Flow Runs
Resume Flow Run
Resume a paused flow run.
POST
/
api
/
flow_runs
/
{id}
/
resume
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe flow run id
Body
application/json
run_input
object | null
Response
200 - application/json
A container for the output of state orchestration.
state
object | null
requiredRepresents the state of a run.
status
enum<string>
requiredEnumerates return statuses for setting run states.
Available options:
ACCEPT
, REJECT
, ABORT
, WAIT
details
object
requiredDetails associated with an ACCEPT state transition.
Was this page helpful?