Deleting a Load Balancer's Backend Server

Remove a backend server from a load balancer.

    1. On the Load balancers list page, select 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 list, select the backend set that contains the backend server you want.
    4. On the backend set's details page, select Backends.
    5. From the Backends section, find the row corresponding to the backend server you want to delete.
    6. From the Actions menu for the backend server you want to remove, select Delete.
      You can select several servers to delete them in bulk. Select Delete from the Action menu above the Backends list.
    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.