CLIVirtual Machines
hudl vm delete <id>
Permanently destroy a virtual machine and release its boot volume.
Permanently destroy a virtual machine and release its boot volume. This action is irreversible -- any data on the boot volume will be lost. Additional attached volumes are detached but not deleted.
Usage
hudl vm delete <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. |
--idempotency-key <key> | Attach an idempotency key so retries are safe. |
Examples
Delete a VM:
hudl vm delete 3e2a7f19-b8c4-4d5e-9f1a-6c7d8e9f0a1bDelete a VM with an idempotency key for safe retries:
hudl vm delete 3e2a7f19-b8c4-4d5e-9f1a-6c7d8e9f0a1b \
--idempotency-key delete-web-01-20260409API reference
This command calls DELETE /instances/{id} under the hood. See the full request and response schema in the API reference.