Deleting Application Templates

You can delete an application template from the GUI or by using the CLI.

GUI

Procedure

  1. Select Infrastructure > Software Management.
  2. Click the Application Templates tab.
  3. Click one or more templates.
  4. Click Delete.
    The templates are deleted from the Administrator database and the software repository.

CLI

Procedure

  1. 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>
  2. In the AMXAdminTask element, set the action attribute to delete and the objectSelector attribute to AppTemplate.
    <AMXAdminTask action="delete" objectSelector="AppTemplate" />