Service:_PostgreSQL

Update a connection pool

put/project/{project}/service/{service_name}/connection_pool/{pool_name}

Path parameters

projectstring required

Project name

service_namestring required

Service name

pool_namestring required

PgBouncer connection pool name

Request body

databasestring

Service database name

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

PGBouncer pool mode

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.