remove_vm
Remove a virtual machine or container from a device, with options for force removal or dry-run preview.
Instructions
Remove a VM/container from a device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Database ID of the target device | |
| platform | Yes | VM platform | |
| vm_name | Yes | Name of the VM/container | |
| force | No | Force removal without graceful shutdown | |
| dry_run | No | If true, return a preview of what would be affected without executing any changes. |