Remove: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


* [[WildFly CLI Concepts#Common_Operations|CLI Concepts]]
* [[WildFly CLI Concepts#remove_operation|CLI Concepts]]


=Overview=
=Overview=


Removes a resource.
The <tt>:remove</tt> operation removes a resource.  


=Removing a Management Model Node=
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>
/node-type=node-name[/node-type=node-name/...]:remove
</pre>
 
=Examples=


For concrete examples, see:
* [[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

Examples