To migrate a database cluster to a new region, send a PUT request to/v2/databases/$DATABASE_ID/migrate. The body of the request must specify aregion attribute.A successful request will receive a 202 Accepted status code with no body inresponse. Querying the database cluster will show that its status attributewill now be set to migrating. This will transition back to online when themigration has completed.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To migrate a database cluster to a new region, send a PUT request to/v2/databases/$DATABASE_ID/migrate. The body of the request must specify aregion attribute.A successful request will receive a 202 Accepted status code with no body inresponse. Querying the database cluster will show that its status attributewill now be set to migrating. This will transition back to online when themigration has completed.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/migrate