Skip to content
GET
/databases/{uuid}/start

Start 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.

TypeHTTP (bearer)

Parameters​

Path Parameters

uuid*

UUID of the database.

Typestring
Required
formatuuid

Responses​

Start database.
application/json
JSON
{
"message": "Database starting request queued."
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI