Postgres IP restriction API endpoints
We've added new API endpoints for managing IP restrictions on Postgres databases. You can now programmatically control which IP addresses or CIDR ranges have access to your databases.
These endpoints let you list, create, update, and delete IP restriction entries. You can optionally scope restrictions to specific schemas or roles, giving you fine-grained control over database access.
Read the API documentation to get started.
Note: For Vitess databases, you can manage IP restrictions using the existing branch password endpoints by specifying the cidrs parameter when creating or updating passwords.