Ashe
05/18/2023, 5:54 PMMarvin
05/18/2023, 5:55 PMprefect deployment apply
followed by the path to your deployment YAML file. For example:
$ prefect deployment apply catfacts_flow-deployment.yaml
You can find more information on deployments in the Prefect documentation.
As for POST requests, it seems that the documentation doesn't directly cover kicking off a deployment using a POST request. However, you might be able to interact with the Prefect API directly to achieve this. Just remember, with great power comes great responsibility... or something like that.