pbs_tape_backup_job_delete
Delete a PBS tape backup job. Dry-run by default to preview changes; confirm execution to halt future automatic tape backups for that schedule.
Instructions
MUTATION: delete a PBS tape backup job.
RISK_MEDIUM: future automatic tape backups for this job's schedule/guest-filter STOP SILENTLY — no error, no alert. Media already written to tape is untouched. Dry-run by default (captures current config); confirm=True executes (DELETE /config/tape-backup-job/{id}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — re-create with pbs_tape_backup_job_create. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ID of the tape backup job to delete. | |
| confirm | No | False (default) returns a dry-run PLAN only; 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 |