application delete
Delete an application
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
This command deletes an application.
Parameters
- -vserver <vserver name> - Vserver
- The Vserver from which to delete the application.
- -application <text> - Application
- The name of the application to delete.
- [-foreground {true|false}] - Execute in the Foreground
- A boolean value that determines if the application deletion executes synchronously at the command prompt in the foreground or asynchronously in the background. If this parameter is not supplied, it defaults to true and the application deletion is executed synchronously at the command prompt.
Examples
The following command deletes application app1 from Vserver vs1.
cluster1::> application delete -vserver vs1 -application app1
Give documentation feedback