Deleting a Load Balancer's Backend Server

Remove a backend server from a load balancer.

    1. On the Load balancers list page, find the load balancer that you want to work with. If you need help finding the list page or the load balancer, see Listing Load Balancers.
    2. On the load balancer's details page, select Backend sets.
    3. In the Backend sets section, select the backend set that contains the backend server.
    4. On the backend set's details page, select Backends.
    5. Select the row corresponding to the backend server you want to delete.
    6. From the Actions menu for the backend set, select Delete. You can select several servers to delete each one.
    7. When prompted, confirm the deletion.
  • Use the oci lb backend delete command and required parameters to delete a backend server from a load balancer's backend set:

    oci lb backend delete --backend-name backend_name --backend-set-name backend_set_name --load-balancer-id load_balancer_id [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteBackend operation to delete a backend contained within a backend set for a load balancer.