delete-http-lb-config
This subcommand has been retained from Oracle GlassFish’s original integration with external load balancers, but it has no proper integration functionality in Payara Server. Hence, it is not intended to be used in any way. The documentation in this page may not be accurate. |
Deletes a load balancer configuration.
Description
Use the delete-http-lb-config
subcommand to delete a load balancer configuration. The load balancer configuration must not reference any clusters or server instances enabled for load balancing. In addition, the load balancer configuration must not be referenced by any physical load balancers.
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
Operands
- config_name
-
The name of the load balancer configuration to delete. The configuration must not reference any clusters or server instances enabled for load balancing, or be used by any physical load balancers.
Examples
Example 1 Deleting a Load Balancer Configuration
This example deletes a load balancer configuration named mylbconfig
asadmin> delete-http-lb-config mylbconfig
Command delete-http-lb-config executed successfully.