Skip to main content
PUT
/
mcp-servers
/
{mcpServerId}
Update MCP Server
curl --request PUT \
  --url https://api.portkey.ai/v1/mcp-servers/{mcpServerId} \
  --header 'Content-Type: application/json' \
  --header 'x-portkey-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{}

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

mcpServerId
string
required

MCP Server ID (UUID) or slug

Body

application/json
name
string
Required string length: 1 - 255
description
string | null
Maximum string length: 500

Response

200 - application/json

OK

The response is of type object.

Last modified on February 6, 2026