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
| 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
Get details for a specific deployment:
hudl gpu get dep_3f8a1b2cOutput full deployment info as YAML (useful for diffing or storing config):
hudl gpu get dep_3f8a1b2c -o yamlAPI reference
This command calls GET /gpu/deployments/{id} under the hood. See the full request and response schema in the API reference.