OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Data Migration

Stop a Migration

Stops the specified in-progress storage migration and returns the updated migration.

post/storage/migrations/{id}/actions/stop

Path parameters

idstring required

Unique identifier for the data migration.

Response

Create Migration Response

Example response

{
  "data": {
    "created_at": "2020-01-01T00:00:00Z",
    "eta": "2020-01-01T00:00:00Z",
    "last_copy": "2020-01-01T00:00:00Z"
  }
}