Flow Runs
Update Flow Run
Updates a flow run.
PATCH
/
api
/
flow_runs
/
{id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe flow run id
Body
application/json
Data used by the Prefect REST API to update a flow run.
name
string | null
flow_version
string | null
parameters
object
empirical_policy
object
Defines of how a flow run should retry.
tags
string[]
infrastructure_pid
string | null
job_variables
object | null
Was this page helpful?