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

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

Examples

List all deployments in the default workspace:

hudl gpu list

List deployments in a specific workspace, formatted as JSON:

hudl gpu list --workspace ml-research -o json

Show only deployment names (useful for scripting):

hudl gpu list -o name

API reference

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