Delete load balancer
- Personal Area
- Openstack CLI
- Go to the section Load Balancers.
- Select the desired load balancer, click on the ellipsis in the load balancer field, and choose Delete from the context menu.
- In the deletion window, click Delete.
Make sure the OpenStack client is installed and you can authenticate to use it. Execute the required commands.
openstack loadbalancer delete --cascade <load_balancer>
--cascade
- Cascade the delete to all child elements of the load balancer..
loadbalancer
- Load balancers to delete (name or ID).