Huddle01 Cloud
CLIImages

hudl image list

List every base OS image and snapshot available for boot.

List every base OS image and snapshot available for boot.

Usage

hudl image 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 available images
hudl image list

# JSON output to filter by OS
hudl image list -o json | jq '.[] | select(.name | contains("ubuntu"))'

# list image IDs only (for scripting)
hudl image list -o name

API reference

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