<@ULVA73B9P> Is there any way to change the name o...
# ask-marvin
k
@Marvin Is there any way to change the name of a deployment with the prefect CLI for prefect 3.0? If I simply change the name in my deployment python file, it will create a new deployment. I want to retain my deployment history and just change the name.
m
Unfortunately, Prefect 3.0 does not support changing the name of an existing deployment through the CLI while retaining its history. If you change the deployment name in your deployment file, it will create a new deployment with a separate history. For more details, you can refer to the Prefect 3.0 documentation. If maintaining the history is crucial, you might need to keep the existing deployment name or explore other ways to track changes outside of Prefect.