job_disable
Disable a Veeam backup job to skip its scheduled runs, with an optional dry-run to preview the change before applying.
Instructions
[WRITE] Disable a backup job (skips scheduled runs). Inverse: job_enable.
Pass dry_run=True to preview.
Args: job_id: Veeam job id. dry_run: If True, preview without disabling. target: Veeam target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| target | No | ||
| dry_run | No |