pbs_tape_backup_job_run
Manually execute a preconfigured tape backup job. Returns a dry-run plan by default; set confirm=true to initiate the backup.
Instructions
MUTATION: manually run a preconfigured tape backup job, right now.
RISK_MEDIUM: triggers a real tape backup using the job's configured drive/pool/store/filters — the drive is busy for the duration. Dry-run by default (returns a PLAN); confirm=True executes (POST /tape/backup/{id}). SCHEMA QUIRK: this endpoint returns null (unlike the one-off pbs_tape_backup, which returns a UPID) — returns {"status": "ok", "result": None}, never "submitted". Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ID of the tape backup job to run manually. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the run. | |
| 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 |