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