<@ULVA73B9P> in prefect 2 is there any way to rena...
# ask-marvin
t
@Marvin in prefect 2 is there any way to rename a flow run besides the
flow_run_name
parameter?
m
In Prefect 2, the primary method to set or rename a flow run is through the
flow_run_name
parameter when you create the flow run. Based on my search through the documentation, there doesn't appear to be an alternative method to rename a flow run after it has been created or during execution through Prefect 2.x's official APIs or features. If you need a different naming mechanism, you would need to ensure the desired name is set during the initial creation of the flow run itself using the
flow_run_name
parameter. For more detailed guides and usage, you can check out the official Prefect documentation: Prefect 2.x Docs.