Huddle01 Cloud
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

FlagDescription
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

List all GPU-enabled regions:

hudl gpu region list

Output as JSON for use in automation:

hudl gpu region list -o json

API reference

This command calls GET /gpu/regions under the hood. See the full request and response schema in the API reference.