Skip to content

metalcloud-cli server-type list

List all available server types

List all available server types with their hardware specifications.

This command displays server types in a tabular format showing key hardware characteristics including CPU count, RAM, storage, network interfaces, and GPU information.

The output includes:

  • Server type ID and name
  • Processor specifications (count, speed, names)
  • Memory configuration (RAM in GB)
  • Storage information (disk count)
  • Network interface details
  • GPU count (if applicable)

Examples:

metalcloud server-type list

metalcloud server-type ls

Required Permissions:

  • Server Types Read

Output Format: The command outputs data in table format by default. Use global output flags to change the format (—output json, —output yaml, etc.).

metalcloud-cli server-type list [flags]
-h, --help help for list
-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”