Deleting Application Templates
You can delete an application template from the GUI or by using the CLI.
GUI
- Procedure
-
Select Infrastructure > Software Management.
-
Click the Application Templates tab.
-
Click one or more templates.
-
Click Delete.
The templates are deleted from the Administrator database and the software repository.
CLI
- Procedure
-
In the data file, specify an AppTemplate element in base format.
<amxdata_base:Enterprise> <AppTemplate xsi:type="amxdata_base:AppTemplateID" name="myAppTemplate" version="1.0.0"/> </amxdata_base:Enterprise>
Where:
-
Name - The feature name.
-
Version - The feature version. When deleting a feature though CLI, the version functions as a wildcard. For example, specifying a version of 1.0.0 deletes all features whose version starts with 1.0.0.
-
-
In the AMXAdminTask element, set the action attribute to delete and the objectSelector attribute to AppTemplate.
<AMXAdminTask action="delete" objectSelector="AppTemplate" />