Skip to content

Enable Connection Pooler for a Service

POST/projects/{project_id}/services/{service_id}/enablePooler

Activates the connection pooler for a specific service within a project.

Path ParametersExpand Collapse
project_id: string
service_id: string
ReturnsExpand Collapse
message: optional string

Enable Connection Pooler for a Service

curl http://localhost:8080/projects/$PROJECT_ID/services/$SERVICE_ID/enablePooler \
    -X POST \
    -H "Authorization: Bearer $TIGER_CLOUD_API_KEY"
{
  "message": "Action completed successfully."
}
Returns Examples
{
  "message": "Action completed successfully."
}