Deleting Features from the Enterprise

You can delete features from the enterprise from the GUI or by using the CLI. If features are provisioned on nodes, you cannot delete them until the are explicitly removed.

GUI

Procedure

  1. Select Infrastructure > Software Management.
  2. Click the Features tab.
  3. Click one or more features.
  4. 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

  1. In the data file, specify a Feature element in base format.
    <amxdata_base:Enterprise 
     <Feature componentID="JavaHelloWorld2Soa_feature" version="1.0.0"/>
    </Enterprise>
  2. 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" />