DatabaseApiCreateDatabaseRequest: {
    databaseName: string;
    hostingId: string;
    region?: Region;
}

Type declaration

  • databaseName: string

    Name of the database to be created.

  • hostingId: string

    UUID of the hosting plan where the database will be created.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.