-
Jeff Bruemmer authoredJeff Bruemmer authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cloud-migration.md 819 B
title: "Cloud migration"
summary: |
/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. .
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.