Update a job configuration
update_jobReplace a Veeam backup job configuration by providing its ID and an updated specification. Modify schedule, retention, included objects, or repository as needed.
Instructions
Replace a job configuration by ID. Fetch the current spec with get_job, modify the fields you need (schedule, retention, included objects, repository), and pass the whole object back here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID (GUID) from list_jobs | |
| jobSpec | No | Full updated job specification JSON |