cURL
curl --request POST \ --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services/{service_id}/enablePooler
{ "message": "Action completed successfully." }
Activates the connection pooler for a specific service within a project.
The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the service.
"d1k5vk7hf2"
The action was completed successfully.
"Action completed successfully."
Was this page helpful?