I also checked that it is possible to run the depl...
# prefect-getting-started
l
I also checked that it is possible to run the deployment from rest api, but i think its hard to pass paramater for it. unless someone can have the example 🙂
✅ 1
j
👋 if you want to run a deployment directly you can use
run_deployment()
https://docs.prefect.io/2.11.0/concepts/deployments/?h=run_deployment#create-a-flow-run-in-a-python-script
that function wraps the call to
POST - /create_flow_run_from_deployment
l
ok ill try that and see, thanks