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
| 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 all VMs in the default region:
hudl vm listList VMs in a specific region and output as JSON:
hudl vm list --region eu2 -o jsonList only VM names (useful for scripting):
hudl vm list -o nameAPI reference
This command calls GET /instances under the hood. See the full request and response schema in the API reference.