Is there a proper way to move a file geodatabase from one folder to another in ArcPy using ArcGIS Pro and Python 3.7? If I use arcpy.management.Rename, I get an error saying the workspace already exists. Changing the folder only works if the name of the geodatabase also changes. I can also use Copy and Delete, but moving a file geodatabase seems like a fundamental operation that you should be able to do in ArcPy. Also, the documentation is not very clear about file geodatabases, it talks more about feature classes.