Adriano Resende
01/18/2025, 8:41 PMMarvin
01/18/2025, 8:41 PMprefect deployment run
command or trigger it through the Prefect UI. Here's a concise guide:
1. Command Line: Use the following command to trigger a deployment:
bash
prefect deployment run [DEPLOYMENT_NAME]
This command is useful for triggering deployments directly from your terminal.
2. Prefect UI: If you have access to the Prefect UI, you can also trigger deployments from there. The deployment page will provide options to run the flow.
For more details, you can explore the Prefect Flows and Flow Engine documentation.
If you're using Prefect 3.x, make sure you have the appropriate deployments set up for the flows you wish to run.