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. Select Backends.
      The Backends tab opens. All backend servers in the selected backend set are displayed in a table.
    4. From the Actions menu for the backend server, select Delete.
      You can select several servers to delete them in bulk. Select Delete from the Actions menu above the Backends list.
    5. 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.