Update server metadata such as display name, description, icon, or visibility.
cURL
curl --request PATCH \ --url https://api.smithery.ai/servers/{qualifiedName} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "displayName": "<string>", "description": "<string>", "homepage": "<string>", "license": "<string>", "iconUrl": "<string>", "unlisted": true } '
{ "success": true, "namespace": "<string>", "server": "<string>" }
Smithery API key as Bearer token
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Server updated
Was this page helpful?