https://prefect.io logo
l

Lior Barak

07/31/2023, 12:43 PM
Hi! i'm attempting to start a flow run on a locally hosted server via the API - thing is, I want to pass custom parameters can anybody point me in the right direction here?
i

Ivan

07/31/2023, 1:02 PM
Use flow deployments, they will allow you to pass parameters when calling a flow run.
l

Lior Barak

07/31/2023, 5:23 PM
ahh I see it thanks!