delete_application
Delete an ArgoCD application with options for cascade deletion and propagation policy. Specify application namespace if not default.
Instructions
delete_application deletes application. Specify applicationNamespace if the application is in a non-default namespace to avoid permission errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicationName | Yes | ||
| applicationNamespace | No | The namespace where the application is located. Required if application is not in the default namespace. | |
| cascade | No | Whether to cascade the deletion to child resources | |
| propagationPolicy | No | Deletion propagation policy (e.g., "Foreground", "Background", "Orphan") |