metalcloud-cli server-instance-group instances

List all server instances within a server instance group

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

metalcloud-cli server-instance-group instances 1234

Using alias

metalcloud-cli ig instances-ls 1234

metalcloud-cli server-instance-group instances server_instance_group_id [flags]

Options

  -h, --help   help for instances

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

Auto generated by spf13/cobra on 11-Aug-2025