pbs_job_create
Create a PBS scheduled job for sync, verify, or prune operations. Dry-run by default; use confirm=True to execute.
Instructions
MUTATION: create a PBS scheduled job. job_type = sync|verify|prune. Dry-run by default; confirm=True to execute and returns synchronously (no task UPID) — additive, no existing data affected. Needs PROXIMO_PBS_* config. To modify use pbs_job_update, to remove use pbs_job_delete, or to run it once immediately (bypassing the schedule) use pbs_job_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | PBS namespace the job operates on; omit for the root namespace. | |
| store | No | PBS datastore the job operates on. | |
| job_id | Yes | Unique ID for the new PBS scheduled job. | |
| comment | No | Free-text note stored on the job. | |
| confirm | No | Gate: false returns a dry-run PLAN, true executes the creation. | |
| job_type | Yes | PBS job type: sync | verify | prune. | |
| schedule | No | Proxmox calendar-event schedule string for the job. | |
| 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 |