Remove: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Overview=
=Overview=


The <tt>:remove</tt> operation removes a resources
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>
/node-type=node-name[/node-type=node-name/...]:remove
/node-type=node-name[/node-type=node-name/...]:remove
</pre>
</pre>
In general, nodes cannot be removed if it is referenced by other resources.


=Removing a Management Model Node=
=Removing a Management Model Node=

Revision as of 02:57, 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

Removing a Management Model Node

For concrete examples, see: