CLIGPU Volumes
hudl gpu volume list
List all GPU-attached volumes in your workspace.
List all persistent volumes in the current workspace. Shows volume name, ID, size, type, status, and the deployment it is attached to (if any).
Usage
hudl gpu volume 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 volumes:
hudl gpu volume listList volumes in a specific workspace as JSON:
hudl gpu volume list --workspace ml-research -o jsonAPI reference
This command calls GET /gpu/volumes under the hood. See the full request and response schema in the API reference.