describe_argocd_app
Get complete ArgoCD application details including sources, sync/health status, errors, and deploy history to diagnose why an app is degraded or sync failed.
Instructions
Full detail for one ArgoCD Application: Git/Helm sources, sync and health status, error conditions, the resources that are OutOfSync or unhealthy, last sync operation result and recent deploy history. Use this to diagnose why an app is Degraded or a sync failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Application name (as shown by list_argocd_apps). | |
| context | No | Kubeconfig context to target; omit for the server's default context. |