metalcloud-cli vm-instance-group
Manage VM instance groups within infrastructures
Synopsis
Section titled “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
Section titled “Options” -h, --help help for vm-instance-groupOptions 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 - MetalCloud CLI
- metalcloud-cli vm-instance-group create - Create a new VM instance group in an infrastructure
- metalcloud-cli vm-instance-group delete - Delete a VM instance group
- metalcloud-cli vm-instance-group get - Get details of a specific VM instance group
- metalcloud-cli vm-instance-group instances - List VM instances within a VM instance group
- metalcloud-cli vm-instance-group list - List all VM instance groups in an infrastructure
- metalcloud-cli vm-instance-group update - Update VM instance group configuration