Manage load balancer operation
Manage load balancer operation
You can control the operation of the load balancer: disable and enable.
Turn off the balancer
If the balancer is turned off, it continues to be paid.
Control panel
OpenStack CLI
- In the Control panel, on the top menu, click Products and select Cloud Servers.
- Go to Balancers → Balancers tab.
- From the Balancer '
menu, select Turn Off Balancer. The balancer will go to theOFFLINE
status.
-
Turn off the balancer:
openstack loadbalancer set --disable <loadbalancer>
Specify
<loadbalancer>
— balancer ID or name. The list can be viewed using theopenstack loadbalancer list
command.The balancer will go to the
OFFLINE
status.
Turn on the balancer
Control panel
OpenStack CLI
- In the Control panel, on the top menu, click Products and select Cloud Servers.
- Go to Balancers → Balancers tab.
- From the balancer '
menu, select Enable Balancer. The balancer will change toACTIVE
status.
-
Turn on the balancer:
openstack loadbalancer set --enable <loadbalancer>
Specify
<loadbalancer>
— balancer ID or name. The list can be viewed using theopenstack loadbalancer list
command.The balancer will go to the
ACTIVE
status.