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>"
}
'{}Update MCP Server
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>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-feat-byteplus-provider.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
MCP Server ID (UUID) or slug
Body
application/json
Response
200 - application/json
OK
The response is of type object.
Last modified on May 24, 2026
Was this page helpful?
⌘I

