CLIVirtual Machines
hudl vm get <id>
Show full details of a single virtual machine.
Show full details of a single virtual machine, including its flavor, attached volumes, network interfaces, and tags.
Usage
hudl vm get <id> [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
Get details for a VM:
hudl vm get 3e2a7f19-b8c4-4d5e-9f1a-6c7d8e9f0a1bGet VM details as JSON (useful for piping to jq):
hudl vm get 3e2a7f19-b8c4-4d5e-9f1a-6c7d8e9f0a1b -o jsonAPI reference
This command calls GET /instances/{id} under the hood. See the full request and response schema in the API reference.