Deleting a Load Balancer Cipher Suite

Remove a cipher suite from a load balancer.

You can't delete a cipher suite that's in use. Ensure all listeners and backend sets using the cipher suite you want to delete are managed to a different suite first. You might not have access to all compartments containing associated resources.

Note

You can't delete a predefined (Predefined=Yes) cipher suite. You can only delete a custom (Predefined=No) cipher suite.

    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 Cipher suites.
    3. From the Actions menu for the cipher suite you want, select Delete.
    4. When prompted, confirm the deletion.
  • Use the oci lb ssl-cipher-suite delete command and required parameters to delete a load balancer's cipher suite:

    oci lb ssl-cipher-suite delete --name 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 DeleteSSLCipherSuite operation to delete a cipher suite from a load balancer.