Skip to main content
A newer release of this product is available.

application delete

Contributors
Suggest changes

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