Huddle01 Cloud
CLIGPU Deployments

hudl gpu get <id>

Show full details of a single GPU deployment.

Retrieve the complete details of a GPU deployment, including its current status, hardware configuration, networking information, and attached volumes.

Usage

hudl gpu get <id> [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

Get details for a specific deployment:

hudl gpu get dep_3f8a1b2c

Output full deployment info as YAML (useful for diffing or storing config):

hudl gpu get dep_3f8a1b2c -o yaml

API reference

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