Deleting a Load Balancer Backend Server
On Compute Cloud@Customer, you can delete a load balancer (LB) backend server from a backend set and remove it from service.
-
In the Compute Cloud@Customer Console navigation menu, click Networking, then click Load Balancers.
- At the top of the page, select the compartment that contains the load balancer.
- Click the name of the load balancer for which you want to delete the backend server.
- Under Resources, click Backend Sets.
- Click the name of the backend set that contains the backend server you want to delete.
-
Click the Actions menu (
), then click Terminate.
-
Confirm the deletion.
-
Use the oci lb backend delete command and required parameters to remove a backend server from a given load balancer and backend set.
oci lb backend delete --backend-name backend_server_name --backend-set-name backendset_name \ --load-balancer-id load-balancer_OCID
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the DeleteBackend operation to remove a backend server from a given load balancer and backend set.
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.