delete_proxmox_vm
Delete a virtual machine or container from Proxmox, with options to purge related configurations and preview changes.
Instructions
Delete a VM or container from Proxmox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| vmid | Yes | VM/Container ID to delete | |
| vm_type | No | Type: 'qemu' for VM or 'lxc' for container | qemu |
| purge | No | Remove from all related configurations | |
| host | No | Proxmox host (optional) | |
| dry_run | No | If true, return a preview of what would be affected without executing any changes. |