These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.51.

Cloud migration

/api/cloud-migration endpoints. Only one migration should be happening at any given time. But if something weird happens with concurrency, /cancel will cancel all of them. .

GET /api/cloud-migration/

Get the latest cloud migration, if any.

You must be a superuser to do this.

POST /api/cloud-migration/

Initiate a new cloud migration.

You must be a superuser to do this.

PUT /api/cloud-migration/cancel

Cancel any ongoing cloud migrations, if any.

You must be a superuser to do this.


« Back to API index

Read docs for other versions of Metabase.

Want to improve these docs? Propose a change.