job_start
Start a Veeam backup job asynchronously. Use dry_run to preview before execution.
Instructions
[WRITE] Start a backup job. Runs as an async session. Inverse: job_stop.
Poll progress with session_list / session_get; do not re-issue. Pass dry_run=True to preview.
Args: job_id: Veeam job id. dry_run: If True, preview without starting. target: Veeam target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| target | No | ||
| dry_run | No |