CLIGPU Regions
hudl gpu region volume-types
List every supported volume type per GPU region.
List the storage volume types available in GPU regions. Volume types determine the performance tier (e.g., NVMe SSD, high-throughput HDD) and are required when creating volumes with hudl gpu volume create.
Usage
hudl gpu region volume-types [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 volume types across all regions:
hudl gpu region volume-typesList volume types for a specific region:
hudl gpu region volume-types --region eu-west-1API reference
This command calls GET /gpu/regions/volume-types under the hood. See the full request and response schema in the API reference.