Stop a DBaaS PostgreSQL migration
POST
/dbaas-postgres/{name}/migration/stop
Path parameters
-
name string Required
POST /dbaas-postgres/{name}/migration/stop
curl \
-X POST https://api-ch-gva-2.exoscale.com/v2/dbaas-postgres/{name}/migration/stop
Response example (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}