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