Update Database Configuration
Update a database configuration belonging to the organization or user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the organization or user account.
The name of the database.
Body
The configuration to be applied to the chosen database.
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Allow or disallow attaching databases to the current database.
Block all database reads.
false
Block all database writes.
false
Prevent the database from being deleted.
true
List of allowed IP addresses and CIDR blocks. Only connections from these sources are accepted. Pass an empty array to clear the list. Omit to leave unchanged.
["203.0.113.7", "10.0.0.0/8"]List of allowed AWS VPC endpoint IDs (vpce-...). Only connections arriving through these endpoints are accepted. Pass an empty array to clear the list. Omit to leave unchanged.
["vpce-0fe6c8807461bba49"]Response
Successful response
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
"10000"
Allow or disallow attaching databases to the current database.
true
The current status for blocked reads.
false
The current status for blocked writes.
false
Prevent the database from being deleted.
true
List of allowed IP addresses and CIDR blocks. Empty means no IP restriction.
["203.0.113.7", "10.0.0.0/8"]List of allowed AWS VPC endpoint IDs. Empty means no VPC endpoint restriction.
["vpce-0fe6c8807461bba49"]