Skip to main content
Glama

argocd-mcp

sync_application

Synchronize ArgoCD applications with specified revisions, resources, and strategies. Supports pruning, dry runs, and custom namespaces to manage application deployments effectively.

Instructions

Sync an application in ArgoCD Args: name: The name of the application to sync (required) revision: Git revision to sync to (optional) prune: Whether to prune resources (default: False) dry_run: Whether to perform a dry run (default: False) strategy: Sync strategy ("apply" or "hook") resources: List of resources to sync (optional) namespace: The application namespace (optional) Returns: Sync result details

Input Schema

NameRequiredDescriptionDefault
dry_runNo
nameYes
namespaceNo
pruneNo
resourcesNo
revisionNo
strategyNo

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "default": false, "title": "Dry Run", "type": "boolean" }, "name": { "title": "Name", "type": "string" }, "namespace": { "default": "", "title": "Namespace", "type": "string" }, "prune": { "default": false, "title": "Prune", "type": "boolean" }, "resources": { "anyOf": [ { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Resources" }, "revision": { "default": "", "title": "Revision", "type": "string" }, "strategy": { "default": "", "title": "Strategy", "type": "string" } }, "required": [ "name" ], "title": "sync_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