Skip to main content
DELETE
/
api
/
svc
/
v1
/
mcp
/
{mcpServerId}
Delete MCP server
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/mcp/{mcpServerId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mcpServerId
string
required

MCP server id (the id returned by GET /v1/mcp, not the name).

Example:

"mcp-01HXYZ..."

Response

MCP server deleted.