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

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 volumes as a table (default):

hudl volume list

List volumes in a different region:

hudl volume list --region us1

Output as JSON for scripting:

hudl volume list -o json

Get only volume IDs:

hudl volume list -o name

API reference

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