pve_backup_job_delete
Delete a PVE cluster backup job. Dry-run by default to inspect planned changes; confirm=true to execute and remove the schedule without deleting existing backups.
Instructions
MUTATION: delete a PVE cluster backup job. Dry-run by default — the PLAN captures current config (no snapshot/UNDO primitive on this plane; re-create with pve_backup_job_create to restore the schedule). confirm=True to execute and returns synchronously (no task UPID). Schedule removed; existing backups are NOT deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ID of the PVE backup job to delete. | |
| confirm | No | Gate: false returns a dry-run PLAN, true executes the deletion. | |
| 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 |