The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
application delete
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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 (privilege: advanced)-
The Vserver from which to delete the application.
-application <text>
- Application (privilege: advanced)-
The name of the application to delete.
[-foreground {true|false}]
- Execute in the Foreground (privilege: advanced)-
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