metalcloud-cli server-instance-group instances
List all server instances within a server instance group
Synopsis
Section titled “Synopsis”List all server instances within a server instance group.
This command displays all server instances that belong to a specific server instance group, showing their individual configurations, status, and resource assignments.
Arguments: server_instance_group_id The numeric ID of the server instance group to list instances from
Examples:
List all instances in server instance group 1234
Section titled “List all instances in server instance group 1234”metalcloud-cli server-instance-group instances 1234
Using alias
Section titled “Using alias”metalcloud-cli ig instances-ls 1234
metalcloud-cli server-instance-group instances server_instance_group_id [flags]Options
Section titled “Options” -h, --help help for instancesOptions inherited from parent commands
Section titled “Options inherited from parent commands” -k, --api_key string MetalCloud API key -c, --config string Config file path -d, --debug Set to enable debug logging -e, --endpoint string MetalCloud API endpoint -f, --format string Output format. Supported values are 'text','csv','md','json','yaml'. (default "text") -i, --insecure_skip_verify Set to allow insecure transport -l, --log_file string Log file path -v, --verbosity string Log level verbosity (default "INFO")SEE ALSO
Section titled “SEE ALSO”- metalcloud-cli server-instance-group - Manage server instance groups within infrastructures