CLIBlock Storage
hudl volume list
List all block storage volumes in the current region.
List all block storage volumes in the current region.
Usage
hudl volume list [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
List volumes as a table (default):
hudl volume listList volumes in a different region:
hudl volume list --region us1Output as JSON for scripting:
hudl volume list -o jsonGet only volume IDs:
hudl volume list -o nameAPI reference
This command calls GET /volumes under the hood. See the full request and response schema in the API reference.