# Migrate a model to a new cluster

> Migrate a model to a new cluster - Move a deployed model between DataRobot clusters.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-01T23:10:47.741407+00:00` (UTC).

## Primary page

- [Migrate a model to a new cluster](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/model-deploy-mlops/model-migrate.html): Full documentation for this topic (HTML).

## Sections on this page

- [Prerequisites](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/model-deploy-mlops/model-migrate.html#prerequisites): In-page section heading.

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Developer learning](https://docs.datarobot.com/en/docs/api/dev-learning/index.html): Linked from this page.
- [AI accelerators](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/index.html): Linked from this page.
- [Model deployment and MLOps](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/model-deploy-mlops/index.html): Linked from this page.

## Documentation content

# Migrate a model to a new cluster

[Access this AI accelerator on GitHub](https://github.com/datarobot-community/ai-accelerators/blob/main/advanced_ml_and_api_approaches/model_migration_across_dr_instances/Model_Migration_Example.ipynb)

Currently under development, an experimental DataRobot API allows administrators to download a deployed model from DataRobot cluster X, upload it to DataRobot cluster Y, and then deploy and make requests from it.

Note that this notebook will not work using https://app.datarobot.com.

### Prerequisites

- This notebook must be able to write to the model directory, located in the same directory as this accelerator's notebook. For best results, run this notebook from the local file system
- Ensure that the model you choose to migrate must be a deployed model.
- Provide API keys for both the source and destination clusters.
- The Source and Destination users must have the "Enable Experimental API access" feature flag enabled to follow this workflow.
- The notebook must have connectivity to the Source and Destination clusters.
- DataRobot versions on the clusters must be consistent with the Supported Paths above.
- For models on clusters of DataRobot v7.x, you must have SSH access to the App Node of the cluster.
- The Source and Destination DataRobot clusters must have the following in the config.yaml:
