Deleting Features from the Enterprise
You can delete features from the enterprise from the GUI or by using the CLI. If the features are provisioned on nodes, you cannot delete them until they are explicitly removed.
GUI
- Procedure
-
Select Infrastructure > Software Management.
-
Click the Features tab.
-
Click one or more features.
-
Click Delete from Software Repository.
The features are deleted from the enterprise. However, if the features are provisioned on nodes, the features remain on the nodes until they are explicitly removed.
CLI
- Procedure
-
In the data file, specify a Feature element in base format.
<amxdata_base:Enterprise <Feature componentID="JavaHelloWorld2Soa_feature" version="1.0.0"/> </Enterprise>
-
In the build file, set the action attribute of the AMXAdminTask element to delete and the objectSelector element to Feature.
<AMXAdminTask action="delete" objectSelector="Feature" />