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
| 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
Show volume details:
hudl volume get vol-abc123Output as JSON (useful for checking attachment status in scripts):
hudl volume get vol-abc123 -o jsonAPI reference
This command calls GET /volumes/{id} under the hood. See the full request and response schema in the API reference.