CLIGPU Regions
hudl gpu region list
List every region where GPU deployments are available.
List all regions that currently support GPU deployments. Each region entry includes its code, display name, and available hardware families.
Usage
hudl gpu region list [flags]Flags
| Flag | Description |
|---|---|
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
List all GPU-enabled regions:
hudl gpu region listOutput as JSON for use in automation:
hudl gpu region list -o jsonAPI reference
This command calls GET /gpu/regions under the hood. See the full request and response schema in the API reference.