Update MCP Server
PUT/v1/mcp-servers/:server_id
Update an existing MCP server.
Only private servers in your environment can be updated. Public servers cannot be updated.
⚠️ BETA FEATURES: The following fields are in beta and may change in future releases:
configuration.healthCheck- Health check configuration structurevalidationMode: async- Async validation behavior and scheduling
Stable Features (backward compatible):
- Core server properties:
name,url,description - Authentication:
auth(OIDC, API Key) visibility,validationMode: skip|immediate
Status Codes:
200: Server updated successfully400: Invalid input (validation errors, bad auth config)403: Forbidden (attempting to update public server or server from another environment)404: Server not found409: Conflict (duplicate name or URL after update)500: Internal server error
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
MCP server updated successfully
Validation Error
Forbidden - Not authorized to update this server (public servers cannot be updated)
Not Found - Server does not exist
Conflict - Server with updated name or URL already exists in your environment
Internal Server Error - Failed to update server