Skip to main content
POST
/
projects
/
{project_id}
/
services
/
{service_id}
/
replicaSets
/
{replica_set_id}
/
enablePooler
Enable Connection Pooler for a Read Replica
curl --request POST \
  --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services/{service_id}/replicaSets/{replica_set_id}/enablePooler
{
  "message": "Action completed successfully."
}

Path Parameters

project_id
string
required

The unique identifier of the project.

Example:

"rp1pz7uyae"

service_id
string
required

The unique identifier of the service.

Example:

"d1k5vk7hf2"

replica_set_id
string
required

The unique identifier of the read replica set.

Example:

"alb8jicdpr"

Response

The action was completed successfully.

message
string
Example:

"Action completed successfully."