> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# RetryBoltRunFromFailure

> Retry the latest finished run of a bolt schedule, resuming from the first failed command.

Caller passes a schedule slug (not a run id); the latest finished run of that schedule
is resolved automatically. The retry re-executes the first failed command and every
command that ran after it — not just the failed command itself — so downstream
commands that depended on the failure are re-run as well.

Identify the schedule with ``slug`` (preferred) or ``scheduleName`` (deprecated
alias kept for backwards compatibility with older SDKs — both fields carry a
slug, not a display name). Exactly one of the two must be provided.



## Related topics

- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Bolt CLI](/developers/paradime-cli/bolt-cli.md)
- [Retrying a Run](/products/bolt/managing-schedules/retrying-a-run.md)
- [Run Details](/products/bolt/managing-schedules/run-details.md)
- [Re-executes the last dbt™ command from the point of failure](/products/bolt/creating-schedules/templates/dbt-tm-templates/re-executes-the-last-dbt-command.md)
