Skip to main content
POST
Resume Flow Run

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id

Body

application/json
run_input
Run Input · object | null

Response

Successful Response

A container for the output of state orchestration.

state
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
StateAcceptDetails · object
required

Details associated with an ACCEPT state transition.