Delete a load balancer rule
Delete a load balancer rule
carefully
If you delete a rule, the balancer will stop accepting traffic that was handled by that rule.
When a rule is deleted, all HTTP policies created in the rule are deleted. The target groups specified in the rule are not deleted.
Control panel
OpenStack CLI
- In the dashboard, on the top menu, click Products and select Cloud Servers.
- Go to Balancers → Balancers tab.
- Open the balancer page.
- In the Rules block, under the rule, select Delete Rule.
- Enter the name of the rule to confirm the deletion.
- Click Delete.
-
Delete the rule:
openstack loadbalancer listener delete <listener>
Specify
<listener>
— rule ID or name. The list can be viewed using theopenstack loadbalancer listener list
command.