delete_proxmox_vm_preview
Preview the impact of deleting a Proxmox VM without executing the deletion. Returns a structured dry-run report showing what would be removed, ensuring safe verification.
Instructions
Preview what delete_proxmox_vm would affect without executing. Returns a structured dry-run report. No VM is deleted.
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 | |
| vm_type | No | Type: 'qemu' for VM or 'lxc' for container | qemu |