POST
/v1/organizations/{organizationId}/postgresThis endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
Creates a new Postgres service in the organization and returns it. The service is started asynchronously.
Path parameters
Request bodyJSON
- pgConfigoptionalobject
Postgres runtime configuration configuration.
Example: {"max_connections":100} - pgBouncerConfigoptionalmap ofstring
PgBouncer runtime configuration configuration.
Example: {"default_pool_size":"16"}
Response
JSON
200
Successful response
400
The request cannot be processed due to a client error. Please verify your request parameters and try again.
500
An internal server error has occurred. If this issue persists, please contact ClickHouse Cloud support for assistance.