Editing a Load Balancer
On Compute Cloud@Customer, You can change load balancer (LB) name and tags.
-
In the Compute Cloud@Customer Console navigation menu, select Networking, then select Load Balancers.
- At the top of the page, select the compartment that contains the load balancer.
-
For the load balancer you want to edit, select the Actions menu (
), then select Edit.
-
Make your changes and select Update Load Balancer.
-
Use the oci lb load-balancer update command and required parameters to edit load balancer properties.
oci lb load-balancer update --load-balancer-id <loadbalancer_OCID> --display-name <name-of-load-balancer>
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
If you didn't add resources such as backend sets or listeners when you created the LB, add them by using their separate command, such as
oci lb listener create
. If you did add resources when you created the LB, update them by using their separate command, such asoci lb listener update
.Use the UpdateLoadBalancer operation to update a load balancer configuration.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.