Skip to main content
Clear the access allow rules for a database, allowing connections from any source.
turso db config allow-rules clear <database-name> [flags]
Without any flags, both the IP list and the AWS VPC endpoint list are cleared. Use --ips or --aws-vpcs to clear only one list.

Flags

FlagDescription
--ipsClear only the list of allowed IPs.
--aws-vpcsClear only the list of allowed AWS VPC endpoint IDs.

Examples

Clear all rules

turso db config allow-rules clear my-db

Clear only the IP list

turso db config allow-rules clear my-db --ips

Clear only the VPC list

turso db config allow-rules clear my-db --aws-vpcs