argocd-mcp

by akuity
Apache 2.0
85
10

delete_application

Remove an application from the ArgoCD MCP server by specifying its name using this tool.

Instructions

delete_application deletes application

Input Schema

NameRequiredDescriptionDefault
applicationNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationName": { "type": "string" } }, "required": [ "applicationName" ], "type": "object" }
ID: z34q2x4q3k