v52
latestOpenAPI 3.0.3GNU Affero General Public License v3.0 (AGPL-3.0)raw.githubusercontent.com2026-08-0113040156.8 KBPostgres Database
Replace PostgreSQL database configuration
post/project/{project_id}/location/{location}/postgres/{postgres_database_reference}/config
Request body
Example request
{
"pg_config": {
"max_connections": "100"
},
"pgbouncer_config": {
"max_client_conn": "100"
}
}Response
Successful response
Example response
{
"pg_config": {
"max_connections": "100"
},
"pgbouncer_config": {
"max_client_conn": "100"
}
}