pve_backup_delete
Delete a backup archive to remove a recovery point. Run a dry-run plan first to confirm impact before irreversible deletion.
Instructions
MUTATION: delete a backup archive (removes a recovery point). Dry-run by default; confirm=True to execute. Irreversible — deleting the last backup of a guest leaves no recovery point; the PLAN reports how many other backups of the same guest remain. Check the archive list first with pve_backup_list. Async — may return a task UPID or null depending on storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Proxmox node hosting the storage; defaults to the configured node if omitted. | |
| volid | Yes | Volume ID of the backup archive to delete (as returned by pve_backup_list). | |
| confirm | No | Gate: false returns a dry-run PLAN, true executes the deletion. | |
| storage | Yes | Storage ID holding the backup archive. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |