metalcloud-cli vm-instance-group

Manage VM instance groups within infrastructures

Synopsis

Manage VM instance groups within infrastructures.

VM instance groups allow you to create and manage collections of virtual machines with similar configurations. This provides easier scaling and management of multiple VM instances that serve the same purpose.

Available commands: list List all VM instance groups in an infrastructure get Get details of a specific VM instance group create Create a new VM instance group update Update VM instance group configuration delete Delete a VM instance group instances List instances within a VM instance group

Examples: metalcloud-cli vm-instance-group list 12345 metalcloud-cli vmg get 12345 67890 metalcloud-cli vm-group create 12345 vm-type-1 100 3 ubuntu-20.04

Options

  -h, --help   help for vm-instance-group

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