Huddle01 Cloud
CLIBlock Storage

hudl volume get <id>

Show details of a single volume, including attachments and size.

Show details of a single volume, including attachments and size.

Usage

hudl volume get <id> [flags]

Common 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

Show volume details:

hudl volume get vol-abc123

Output as JSON (useful for checking attachment status in scripts):

hudl volume get vol-abc123 -o json

API reference

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