Raygun MCP Server

Official

delete_deployment

Remove a specific deployment from an application using its identifiers on the Raygun MCP Server. Streamlines cleanup and resource management for crash reporting and monitoring workflows.

Instructions

Delete deployment

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier
deploymentIdentifierYesDeployment identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationIdentifier": { "description": "Application identifier", "type": "string" }, "deploymentIdentifier": { "description": "Deployment identifier", "type": "string" } }, "required": [ "applicationIdentifier", "deploymentIdentifier" ], "type": "object" }
ID: c2w95p6hjh