github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_app_delete.md (about)

     1  ## argocd app delete
     2  
     3  Delete an application
     4  
     5  ### Synopsis
     6  
     7  Delete an application
     8  
     9  ```
    10  argocd app delete APPNAME [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --cascade   Perform a cascaded deletion of all application resources (default true)
    17    -h, --help      help for delete
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --auth-token string               Authentication token
    24        --client-crt string               Client certificate file
    25        --client-crt-key string           Client certificate key file
    26        --config string                   Path to Argo CD config (default "/home/user/.argocd/config")
    27        --grpc-web                        Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2.
    28        --grpc-web-root-path string       Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. Set web root.
    29    -H, --header strings                  Sets additional header to all requests made by Argo CD CLI. (Can be repeated multiple times to add multiple headers, also supports comma separated headers)
    30        --insecure                        Skip server certificate and domain verification
    31        --logformat string                Set the logging format. One of: text|json (default "text")
    32        --loglevel string                 Set the logging level. One of: debug|info|warn|error (default "info")
    33        --plaintext                       Disable TLS
    34        --port-forward                    Connect to a random argocd-server port using port forwarding
    35        --port-forward-namespace string   Namespace name which should be used for port forwarding
    36        --server string                   Argo CD server address
    37        --server-crt string               Server certificate file
    38  ```
    39  
    40  ### SEE ALSO
    41  
    42  * [argocd app](argocd_app.md)	 - Manage applications
    43