Skip to main content
POST
Resurrect Run
Reopen an aborted run in place, resetting only the tasks that were interrupted back to pending. Tasks already marked done are untouched — the run picks up from where the abort cut it off rather than starting over.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Path Parameters

string
required
Hash ID of the aborted run to resurrect. Retrieve this from the List Runs endpoint.

Constraints

  • Only runs with done_reason: "aborted" can be resurrected. Any other completed run returns a RunNotAborted error.

Code Examples

Response

200

Error Responses

400 RunNotAborted