Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Options for retrying an existing run in-place (same run_id).
Notes:
- If
file_inputs
are provided, existing input attachments are replaced. - Prior outputs, history, and output attachments are always cleared as part of retry.
- Retry is only allowed for terminal runs (success, error, or cancelled).
Override input values for workflow variables
Provide new sensitive inputs; stored in vault and mapped to aliases
Provide new input files for this retry; replaces existing input attachments
Override specific machine for this retry
Override pool filters if not using a specific machine
Keep existing session_id. If false and no session_id provided, clears session fields
Set/override session_id for this retry
Override release_session_after behavior for this retry
Response
Successful Response
Run response schema
Available options:
scheduling
, running
, success
, cancelled
, error