delete-mcp

Delete an MCP server from a LiteLLM proxy via DELETE request.

77|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BerriAI/litellm-skills --skill delete-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete-mcp
Source: https://github.com/BerriAI/litellm-skills/tree/main/delete-mcp
Command: npx skills add https://github.com/BerriAI/litellm-skills --skill delete-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables administrators to remove an MCP server registration from a live LiteLLM proxy. It prompts for the server_id and requires confirmation to prevent accidental disruptions.

Core Features & Use Cases

  • Unregisters an MCP server from the proxy via the DELETE /v1/mcp/server/{server_id} endpoint.
  • Enforces a confirmation step to avoid accidental removals.
  • Supports listing or verifying server details when preparing a deletion.

Quick Start

Provide the server_id of the MCP server you want to delete, then confirm the deletion.

Frequently Asked Questions about delete-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete an MCP server from a live LiteLLM proxy?

To delete an MCP server from a live LiteLLM proxy, you provide the valid server_id and confirm the deletion prompt to prevent accidental disruptions. The skill executes a DELETE request to the /v1/mcp/server/{server_id} endpoint.

What do I need to unregister an MCP server from a proxy?

To unregister an MCP server from a proxy, you need a valid proxy base URL, an admin API key, and the specific server_id of the target registration. The process includes a mandatory confirmation step before executing the removal.

Can I verify MCP server details before removing them from the proxy?

Yes, you can verify MCP server details when preparing a deletion. The skill supports listing or checking server information to ensure you have the correct server_id before initiating the unregistration and confirmation process.

Why does removing an MCP server require a confirmation step?

Removing an MCP server requires a confirmation step to avoid accidental disruptions to the live proxy. This safeguard ensures administrators do not unintentionally unregister critical MCP servers during management operations.

What endpoint is used to remove MCP servers from a LiteLLM proxy?

The endpoint used to remove MCP servers from a LiteLLM proxy is /v1/mcp/server/{server_id}. The skill sends a DELETE request to this endpoint using a valid admin API key and proxy base URL.

Does deleting a server from a live proxy cause service interruption?

Deleting a server from a live proxy unregisters the MCP server immediately upon confirmation. While the confirmation step prevents accidental removals, unregistering a server that is actively handling traffic may disrupt dependent services.