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

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 volumes:

hudl gpu volume list

List volumes in a specific workspace as JSON:

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

API reference

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