Restart
GET
/databases/{uuid}/restart
Restart database. Post request is also accepted.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the database.
Type
Requiredstring
Responses
Restart database.
application/json
JSON
{
"message": "Database restaring request queued."
}
