Can I copy my MLflow experiments from one workspace to another?

User16826992666
Databricks Employee
Databricks Employee

I would like to move my saved experiments and artifacts to a different Databricks workspace from where I originally created them. Is this possible?

sajith_appukutt
Databricks Employee
Databricks Employee

It might be possible with a bit of code via mlflow client api ( there seems to be a way to run list_registered_models and extract info ) - but haven't tried it out. If the requirement is to share models between workspaces, one approach could be to have a central registry workspace as documented in https://docs.databricks.com/applications/machine-learning/manage-model-lifecycle/multiple-workspaces...

View solution in original post