Databases
Create Database
Creates a new database in a group for the organization or user.
POST
Path Parameters
The slug of the organization or user account.
Body
application/json
The name of the group where the database should be created. The group must already exist.
The name of the new database. Must contain only lowercase letters, numbers, dashes. No longer than 64 characters.
Mark this database as the parent schema database that updates child databases with any schema changes. See Multi-DB Schemas.
The name of the parent database to use as the schema. See Multi-DB Schemas.
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Response
200 - application/json
The newly created database
Was this page helpful?