asadmin [asadmin-options] delete-http-listener [--help]
[--target target]
listener-id
delete-http-listener |
Previous | Next | Contents |
removes a network listener
Synopsis
asadmin [asadmin-options] delete-http-listener [--help]
[--target target]
listener-id
Description
The delete-http-listener
subcommand removes the specified network
listener.
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--target
Deletes the network listener only from the specified target. Valid
values are as follows:
server
Deletes the network listener from the default server instance. This is the default value.
Deletes the network listener from the specified configuration.
Deletes the network listener from all server instances in the specified cluster.
Deletes the network listener from the specified standalone server instance.
Operands
The unique identifier for the network listener to be deleted.
Examples
Example 1 Using the delete-http-listener subcommand
The following command deletes the network listener named
sampleListener
:
asadmin> delete-http-listener sampleListener
Command delete-http-listener executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |