📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

DROP NETWORK POLICY



Deletes an existing network policy from TiDB Cloud Lake. When you drop a network policy, it is removed from TiDB Cloud Lake, and its associated rules for allowed and blocked IP address lists are no longer in effect. Please note that, before dropping a network policy, ensure that this policy is not associated with any users.

Syntax

DROP NETWORK POLICY [ IF EXISTS ] <policy_name>

Examples

DROP NETWORK POLICY test_policy

Was this page helpful?