Disable Connection Pooler for a Service
POST/projects/{project_id}/services/{service_id}/disablePooler
Deactivates the connection pooler for a specific service within a project.
Disable Connection Pooler for a Service
curl https://console.cloud.tigerdata.com/public/api/v1/projects/$PROJECT_ID/services/$SERVICE_ID/disablePooler \
-X POST \
-H "Authorization: Bearer $TIGER_CLOUD_API_KEY"{
"message": "Action completed successfully."
}Returns Examples
{
"message": "Action completed successfully."
}