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.