Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

SQL database creation request

name
string
required

Database name. Lowercase letters, numbers, and hyphens only; must start and end with a letter or number.

Required string length: 1 - 255
Pattern: ^[a-z0-9]([a-z0-9-]*[a-z0-9])?$
Example:

"my-database"

Response

SQL database created successfully (status pending)

data
object