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

# Delete a server

`DELETE /servers/{qualifiedName}`

Permanently delete a server, its releases, and associated resources.

## Path parameters

- `qualifiedName` string, required

## Response `200`

Server deleted

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

## Other responses

- `404` — Server not found or not owned by user

---

[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/versions/60b8c3d2fecf/schema)
