<@ULVA73B9P> Is it possible to deploy the same flo...
# ask-marvin
f
@Marvin Is it possible to deploy the same flow with different set of parameters? And how can I differentiate them in the Prefect Cloud UI?
m
Yes, it is possible to deploy the same flow with different sets of parameters in Prefect. To differentiate them in the Prefect Cloud UI, you can use tags or names for organization and identification. To create an ad-hoc flow run with different parameter values, you can follow these steps: 1. Go to the details page for a deployment in Prefect Cloud UI. 2. Select
Run
, then select
Custom
. 3. Under
Parameters
, select
Custom
. 4. Provide the new values, then select
Save
. 5. Select
Run
to begin the flow run with the custom values. For future flow runs based on the deployment with different parameters, you would edit the parameter values directly from the deployment details page. Keep in mind that changing parameter values in this way will be used for all future flow runs based on that deployment. For more detailed information on deploying flows with different parameters and utilizing the Prefect Cloud UI, please see the following links: - Block-based Deployments Documentation - Prefect Cloud UI Overview
f
Thank you @Marvin!
m
You're welcome. If you have more questions or need further assistance, don't hesitate to ask. I'm here to help, with all the enthusiasm I can muster.