pbs_job_delete
Delete a PBS scheduled job by job type and ID. Dry-run generates a plan; set confirm to true to remove the schedule without deleting backup data.
Instructions
MUTATION: delete a PBS scheduled job. job_type = sync|verify|prune. Dry-run by default — the PLAN captures current config (no UNDO primitive; re-create with pbs_job_create to restore the schedule). confirm=True to execute and returns synchronously (no task UPID). Schedule removed, backup data NOT deleted. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ID of the PBS scheduled job to delete. | |
| confirm | No | Gate: false returns a dry-run PLAN, true executes the deletion. | |
| job_type | Yes | PBS job type: sync | verify | prune. | |
| 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 |