job_enable
Enable a disabled Veeam backup job and clear its disabled flag. Use dry run to preview before applying.
Instructions
[WRITE] Enable a backup job (clears the disabled flag). Inverse: job_disable.
Pass dry_run=True to preview.
Args: job_id: Veeam job id. dry_run: If True, preview without enabling. target: Veeam target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| target | No | ||
| dry_run | No |