how can i trigger runs of prefect deployments from...
# pacc-dec-17-18-2024
d
how can i trigger runs of prefect deployments from other languages than python ?
r
You could call the create flow run from deployment API endpoint to create a new flow run from any language. You could also use a combination of calling a custom webhooks and automations!! (We'll cover these concepts later in the course).
upvote 2
Also, you can run a deployment from the CLI as Jeff shared in the slides!