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.
Enable Connection Pooler for a Service
curl https://console.cloud.tigerdata.com/public/api/v1/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."
}