vm_delete
Permanently destroy a Proxmox VM by ID. Use dry_run to preview the action before irreversible deletion.
Instructions
[WRITE] Permanently destroy a VM. IRREVERSIBLE — no undo token.
Confirm with the user before calling. Audited to ~/.proxmox-aiops/audit.db. Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id to destroy. dry_run: If True, preview without destroying. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| target | No | ||
| dry_run | No |