Huddle01 Cloud
CLIVirtual Machines

hudl vm list

List all virtual machines in the current workspace and region.

List all virtual machines in the current workspace and region.

Usage

hudl vm 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 all VMs in the default region:

hudl vm list

List VMs in a specific region and output as JSON:

hudl vm list --region eu2 -o json

List only VM names (useful for scripting):

hudl vm list -o name

API reference

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