Previous Topic: create (Application Control and Management)--Create ApplicationNext Topic: rename (Application Control and Management)--Rename Application


destroy (Application Control and Management)--Destroy Application

Destroy an application

Syntax
application destroy name [ --force ] 
Parameters
name

Name of application to destroy

--force

Do not ask the user anything

Examples
application destroy sugarcrm

Destroy application 'sugarcrm'

Note: If the application is running, this command will fail. If the --force option is not specified, the user is asked if he really wants to destroy the application. The result of this command is: All volumes, component descriptors, and application descriptor are deleted. The application directory under the AppLogic/apps directory is also deleted.