pbs_job_update
Update a PBS scheduled job (sync, verify, or prune) with new schedule, namespace, or comment. Dry-run by default; confirm to execute.
Instructions
MUTATION: update a PBS scheduled job. job_type = sync|verify|prune. Dry-run by default — the PLAN captures current config for manual revert; confirm=True to execute and returns synchronously (no task UPID). Config-only; existing backup data is unaffected. Needs PROXIMO_PBS_* config. To create use pbs_job_create; to remove use pbs_job_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | New PBS namespace the job operates on; omit to leave unchanged. | |
| job_id | Yes | ID of the existing PBS scheduled job to update. | |
| comment | No | New free-text note; omit to leave unchanged. | |
| confirm | No | Gate: false returns a dry-run PLAN, true executes the update. | |
| job_type | Yes | PBS job type: sync | verify | prune. | |
| schedule | No | New Proxmox calendar-event schedule string; omit to leave unchanged. | |
| 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 |