Remove the load balancer
Remove the load balancer
Along with the balancer, its rules and target groups will be deleted. Cloud servers that are part of groups will not be deleted.
Control panel
OpenStack CLI
- In the dashboard, on the top menu, click Products and select Cloud Servers.
- Go to Balancers → Balancers tab.
- From the menu of the load balancer, select Remove Load Balancer.
- Enter the name of the load balancer to confirm the deletion.
- Click Delete.
-
Remove the load balancer:
openstack loadbalancer delete <loadbalancer>
Specify
<loadbalancer>
— balancer ID or name. The list can be viewed using theopenstack loadbalancer list
command.