POST
/v1/organizations/{organizationId}/postgres/{postgresId}/readReplicaThis endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
Initiate the process to create a new read replica for a Postgres service.
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.