Bulk Create Flow Runs From Deployment
Create multiple flow runs from a deployment.
Any parameters not provided will be inferred from the deployment’s parameters. If tags are not provided, the deployment’s tags will be used.
If no state is provided, the flow runs will be created in a SCHEDULED state.
Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Path Parameters
The deployment id
Body
The state of the flow run to create
The name of the flow run. Defaults to a random slug if not specified.
"my-flow-run"
Whether or not to enforce the parameter schema on this run.
The empirical policy for the flow run.
A list of tags for the flow run.
["tag-1", "tag-2"]An optional idempotency key. If a flow run with the same idempotency key has already been created, the existing flow run will be returned.
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
{ "key": "value1", "key2": 42 }Response
Successful Response
Response from bulk flow run creation.