metalcloud-cli vm-type get¶
Get detailed information about a specific VM type
Synopsis¶
Get detailed information about a specific VM type including its specifications, experimental status, and configuration details.
ARGUMENTS: vm_type_id The numeric ID of the VM type to retrieve
EXAMPLES:
Get VM type with ID 1¶
metalcloud vm-type get 1
Using alias¶
metalcloud vm-type show 1
metalcloud-cli vm-type get vm_type_id [flags]
Options¶
-h, --help help for get
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 vm-type - Manage VM types and configurations