job_retry
Retry a failed backup job by re-running only the failed objects. Preview the operation with dry_run or stop an in-progress retry.
Instructions
[WRITE] Retry a failed backup job (re-runs failed objects only).
Runs as an async session — poll with session_list / session_get. Inverse: job_stop (cancels the in-flight retry). Pass dry_run=True to preview.
Args: job_id: Veeam job id. dry_run: If True, preview without retrying. target: Veeam target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| target | No | ||
| dry_run | No |