DigitalOcean-public.v2-new_Databases
Stop an Online Migration
To stop an online migration, send a DELETE request to /v2/databases/$DATABASE_ID/online-migration/$MIGRATION_ID.
A status of 204 will be given. This indicates that the request was processed successfully, but that no response body is needed.
delete/v2/databases/{database_cluster_uuid}/online-migration/{migration_id}
Path parameters
database_cluster_uuidstring uuid required
A unique identifier for a database cluster.
migration_idstring required
A unique identifier assigned to the online migration.
Response
The action was successful and the response body is empty.