Skip to content

metalcloud-cli vm-instance start

Start a VM instance

Start a VM instance.

This command initiates the startup process for a VM instance that is currently powered off or stopped. The instance will be powered on and begin booting according to its configured operating system and startup settings.

ARGUMENTS: infrastructure_id The ID of the infrastructure containing the VM instance vm_instance_id The ID of the VM instance to start

EXAMPLES:

Start VM instance 67890 in infrastructure 12345

Section titled “Start VM instance 67890 in infrastructure 12345”

metalcloud-cli vm-instance start 12345 67890

metalcloud-cli vm start 12345 67890

metalcloud-cli vm-instance start infrastructure_id vm_instance_id [flags]
-h, --help help for start
-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")

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

Section titled “Auto generated by spf13/cobra on 11-Aug-2025”