Retry Run
retry_runRetry a failed Coalesce run by providing the run ID. Supports optional parameters and forced retry even if deploy failed.
Instructions
Retry a failed Coalesce run. Requires Snowflake auth via environment variables (Key Pair or PAT).
Args:
runDetails.runID (string, required): The run ID to retry
runDetails.forceIgnoreWorkspaceStatus (boolean, optional): Force retry even if deploy failed
parameters (object, optional): Runtime parameters
Returns: { runCounter, runStatus, message }
Prefer retry_and_wait when you need the final outcome in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | No | Arbitrary key-value parameters to pass to the rerun | |
| runDetails | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| runStatus | No | ||
| runCounter | No |