Skip to main content

Repeat/Redo a migration

Once a migration has been performed on a server, you can repeat the same migration using the API. Send a JSON object to the migration endpoint with a single property: "redoId" and include the ID of the migration you want to redo.

A new migration will start using the same settings as the previous run migration.

POST /api/migration

Headers:

  • Content-Type: application-json

Body:

{ "redoId" , "dkjjzbfdskjjsd"}

Response:

{ "_id" , "dkjjzbfdskjjsd"}