asadmin [asadmin-options] delete-protocol [--help]
[--target target]
protocol-name
delete-protocol |
Previous | Next | Contents |
removes a protocol
Synopsis
asadmin [asadmin-options] delete-protocol [--help]
[--target target]
protocol-name
Description
The delete-protocol
subcommand removes the specified protocol. 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 protocol only from the specified target. Valid values are
as follows:
server
Deletes the protocol from the default server instance. This is the default value.
Deletes the protocol from the specified configuration.
Deletes the protocol from all server instances in the specified cluster.
Deletes the protocol from the specified standalone server instance.
Operands
The name of the protocol to be deleted.
Examples
Example 1 Deleting a Protocol
The following command deletes the protocol named http-1
:
asadmin> delete-protocol http-1
Command delete-protocol executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |