Skip to main content
Glama

argocd-mcp

delete_application

Remove ArgoCD applications and associated resources using the 'delete_application' tool. Specify the application name, cascade deletion, propagation policy, and namespace to manage deletions efficiently.

Instructions

Delete an application from ArgoCD Args: name: The name of the application to delete (required) cascade: Whether to delete application resources as well (default: True) propagation_policy: The propagation policy ("foreground", "background", or "orphan") namespace: The application namespace (optional) Returns: Success message or error details

Input Schema

NameRequiredDescriptionDefault
cascadeNo
nameYes
namespaceNo
propagation_policyNo

Input Schema (JSON Schema)

{ "properties": { "cascade": { "default": true, "title": "Cascade", "type": "boolean" }, "name": { "title": "Name", "type": "string" }, "namespace": { "default": "", "title": "Namespace", "type": "string" }, "propagation_policy": { "default": "", "title": "Propagation Policy", "type": "string" } }, "required": [ "name" ], "title": "delete_applicationArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/severity1/argocd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server