Deleting a Folder
You can delete a folder from the GUI or by using the CLI. When you delete a folder, any subfolders and undeployed applications are deleted. If the folder contains any deployed application, the folder is not deleted.
GUI
- Procedure
-
Click Applications.
-
Select an environment from the Environment drop-down list.
-
In Applications list, select an application folder. Click Delete.
-
Click OK.
CLI
- Procedure
-
In the data file, specify an
ApplicationFolder
element in full format.<Environment xsi:type="amxdata:Environment" name="MyEnvironment" description="My environment"> <ApplicationFolder xsi:type="amxdata:ApplicationFolder name="MyFolder"> ... </ApplicationFolder> ...
-
In the build file set the action attribute of the
AMXAdminTask
element to rename and theobjectSelector
attribute toEnvironment/Application
.<AMXAdminTask action="delete" objectSelector="Environment/ApplicationFolder" />
-
Invoke the command-line interface on the build file.