CLIFlavors
hudl flavor list
List every available compute flavor (CPU / RAM / disk shape).
List every available compute flavor (CPU / RAM / disk shape).
Usage
hudl flavor list [flags]Flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
# list all flavors in a table
hudl flavor list
# JSON output to find a specific shape
hudl flavor list -o json | jq '.[] | select(.vcpus >= 8)'
# list flavors in a different region
hudl flavor list --region us1API reference
This command calls GET /flavors under the hood. See the full request and response schema in the API reference.