retry_sync_run
Retries a failed sync run by resetting failed jobs to pending and reopening it. Use after explaining the failure with sync run details.
Instructions
Retry a connected-project sync run in FAILED status. Resets its failed jobs to PENDING and reopens the run. Use get_sync_run and get_sync_run_jobs first to explain the failure to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Failed sync run ID | |
| projectId | Yes | Connected project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |