Flow Runs
Set Flow Run State
Set a flow run state, invoking any orchestration rules.
post/api/flow_runs/{id}/set_state
Path parameters
idstring uuid required
The flow run id
The flow run id
Headers
x-prefect-api-versionstring
Request body
Response
Successful Response
Example response
{
"state": {
"message": "Run started"
}
}