metalcloud-cli server-instance-group¶
Manage server instance groups within infrastructures
Synopsis¶
Server Instance Group management commands.
Server Instance Groups are collections of server instances that share the same configuration and can be managed as a single unit within an infrastructure. They provide scaling capabilities and simplified management of multiple servers with identical specifications.
Available commands include:
list: List all instance groups in an infrastructure
get: View detailed configuration of a specific instance group
create: Create a new instance group with specified parameters
update: Modify existing instance group properties
delete: Remove an instance group from the infrastructure
instances: List all server instances within a group
network: Manage network connections for instance groups
Use “metalcloud-cli server-instance-group [command] –help” for detailed information about each command.
Options¶
-h, --help help for server-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¶
metalcloud-cli - MetalCloud CLI
metalcloud-cli server-instance-group create - Create a new server instance group in an infrastructure
metalcloud-cli server-instance-group delete - Delete a server instance group from an infrastructure
metalcloud-cli server-instance-group get - Get detailed information about a server instance group
metalcloud-cli server-instance-group instances - List all server instances within a server instance group
metalcloud-cli server-instance-group list - List all server instance groups in an infrastructure
metalcloud-cli server-instance-group network - Manage network connections for server instance groups
metalcloud-cli server-instance-group update - Update server instance group configuration