redrive_function_run
Restart failed, cancelled, or expired function runs. Optionally configure retry settings and wait for completion.
Instructions
Redrive a failed/cancelled/expired durable function run with an optional retry override and optional wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait until the run becomes terminal before returning. | |
| retry | No | ||
| run_id | Yes | Function run id, fnrun_... | |
| project_id | Yes | The project ID | |
| timeout_ms | No | Maximum wait time in milliseconds. | |
| poll_interval_ms | No | Polling interval in milliseconds. |