Flows
Create Flow
Gracefully creates a new flow from the provided schema. If a flow with the same name already exists, the existing flow is returned.
POST
/
api
/
flows
/
Headers
Body
application/json
Data used by the Prefect REST API to create a flow.
The name of the flow
A list of flow tags
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
Was this page helpful?