Skip to main content
Glama

New Relic MCP Server

by cloudbring

delete_deployment

Remove a deployment record from New Relic using REST v2. Requires admin role permissions, application ID, deployment ID, and confirmation. Supports US and EU regions.

Instructions

Delete a deployment record (REST v2). Requires admin role permissions.

Input Schema

NameRequiredDescriptionDefault
application_idYes
confirmYes
idYes
regionNo

Input Schema (JSON Schema)

{ "properties": { "application_id": { "type": "number" }, "confirm": { "type": "boolean" }, "id": { "type": "number" }, "region": { "enum": [ "US", "EU" ], "type": "string" } }, "required": [ "application_id", "id", "confirm" ], "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/cloudbring/newrelic-mcp'

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