POST
/
api
/
flow_runs
/
{id}
/
resume

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The flow run id

Body

application/json
run_input
object | null

Response

200 - application/json
state
object | null
required

Represents the state of a run.

status
enum<string>
required

Enumerates return statuses for setting run states.

Available options:
ACCEPT,
REJECT,
ABORT,
WAIT
details
object
required

Details associated with an ACCEPT state transition.