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