---
title: "Update a server"
method: PATCH
path: "/servers/{qualifiedName}"
tags: ["servers"]
---

# Update a server

`PATCH /servers/{qualifiedName}`

Update server metadata such as display name, description, repository, icon, or visibility.

## Path parameters

- `qualifiedName` string, required

## Request body

- object
  - `displayName` string
  - `description` string
  - `homepage` string, nullable
  - `repositoryUrl` string, nullable
  - `backlinkUrl` string, nullable
  - `license` string, nullable
  - `iconUrl` string, nullable
  - `unlisted` boolean

## Response `200`

Server updated

- object
  - `success` boolean, required
  - `namespace` string, required
  - `server` string, required

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Server not found

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/revisions/60b8c3d2fecf/schema)
