Create a database
Creates a database record in the control plane and triggers creation in the target region. Database names must be less than 64 characters, and unique within a workspace. Names may contain letters (lower or uppercase), numbers, and underscores, and must begin with a letter or underscore.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Parameters for creating a new database, including the name and region.
The name of the database to be created. Database names must be less than 64 characters, and unique within a workspace. Names may contain letters (lower or uppercase), numbers, and underscores, and must begin with a letter or underscore.
The region where the database will be hosted. Nile currently supports the following values:
AWS_US_WEST_2
- AWS in US West (Oregon)AWS_EU_CENTRAL_1
- AWS in Europe (Frankfurt)
AWS_US_WEST_2
, AWS_EU_CENTRAL_1