CLIGPU Deployments
hudl gpu list
List all live GPU deployments in your workspace.
List all active GPU deployments in the current workspace. Returns deployment IDs, status, GPU type, region, and creation time.
Usage
hudl gpu 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 deployments in the default workspace:
hudl gpu listList deployments in a specific workspace, formatted as JSON:
hudl gpu list --workspace ml-research -o jsonShow only deployment names (useful for scripting):
hudl gpu list -o nameAPI reference
This command calls GET /gpu/deployments under the hood. See the full request and response schema in the API reference.