Service:_PostgreSQL

Create a new connection pool for service

post/project/{project}/service/{service_name}/connection_pool

Path parameters

projectstring required

Project name

service_namestring required

Service name

Request body

databasestring required

Service database name

pool_mode'session' | 'transaction' | 'statement'

PGBouncer pool mode

pool_namestring required

Connection pool name

pool_sizeinteger

Size of PGBouncer's PostgreSQL side connection pool

usernamestring

Service username

Response

Response

messagestring

Printable result of the request

Changes

No recorded changes to this endpoint across all 13 revisions of this API.