---
title: "Upload server icon"
method: PUT
path: "/servers/{qualifiedName}/icon"
tags: ["servers"]
---

# Upload server icon

`PUT /servers/{qualifiedName}/icon`

Upload or replace the server icon. Accepts a single image file via multipart/form-data. Max 1MB. Supported formats: PNG, JPEG, GIF, SVG, WebP.

## Path parameters

- `qualifiedName` string, required

## Response `200`

Icon uploaded successfully

- object
  - `iconUrl` string, required

## Other responses

- `400` — Bad request (invalid file type, too large, or no file)
- `403` — Forbidden (user doesn't own server)
- `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)
