UseDocumentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect flow-run retry to re-execute a failed or cancelled flow run. The flow run keeps its original ID and parameters, but the run_count increments.
Find flow runs to retry
List failed flow runs to find the name you need:Retry a deployment-based flow run
If the flow run was created from a deployment, retry schedules it for a worker to pick up:Scheduled and a worker will pick it up for execution.
Retry a local flow run
Flow runs created without a deployment require an--entrypoint to the flow code: