metalcloud-cli server-type list
List all available server types
Synopsis
Section titled “Synopsis”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:
List all server types
Section titled “List all server types”metalcloud server-type list
List server types (using alias)
Section titled “List server types (using alias)”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]Options
Section titled “Options” -h, --help help for listOptions 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 server-type - Manage server types and hardware configurations