Enables database failover.

POST {{baseUrl}}/api/v2/databases/:name/failover:enable

Specifies a comma-separated list of accounts in your organization where a replica of this primary database can be promoted to serve as the primary database.

Request Body

{"accounts"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cstring\u003e&quot;}