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 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."
}