Remove: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
The <tt>:remove</tt> operation removes a | The <tt>:remove</tt> operation removes a resource. | ||
The operation is applied to the [[WildFly_CLI_Concepts#Management_Model_Node_Address|address]] of the resource to be removed. | The operation is applied to the [[WildFly_CLI_Concepts#Management_Model_Node_Address|address]] of the resource to be removed. In general, nodes cannot be removed if it is referenced by other resources. | ||
=Syntax= | |||
<pre> | <pre> | ||
Line 13: | Line 15: | ||
</pre> | </pre> | ||
=Examples= | |||
= | |||
* [[WildFly_Logging_Subsystem_CLI_Configuration#Removing_a_Log_Handler|Remove a WildFly Logging System Log Handler]] | * [[WildFly_Logging_Subsystem_CLI_Configuration#Removing_a_Log_Handler|Remove a WildFly Logging System Log Handler]] |
Latest revision as of 03:29, 16 November 2016
Internal
Overview
The :remove operation removes a resource.
The operation is applied to the address of the resource to be removed. In general, nodes cannot be removed if it is referenced by other resources.
Syntax
/node-type=node-name[/node-type=node-name/...]:remove