rerun_batch
Re-execute a failed or cancelled batch job with optional parameter overrides. Resume from the failed step or restart entirely.
Instructions
Re-execute a failed or cancelled batch job, optionally with parameter overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchId | Yes | The batch execution ID to rerun. | |
| fromFailedStep | No | Resume from the failed step rather than restarting entirely (default true). | |
| overrideParams | No | Optional parameter overrides for the re-run. | |
| priority | No | Execution priority for the re-run (default 'normal'). |