---
title: "Transfer a server"
method: POST
path: "/servers/{qualifiedName}/transfer"
tags: ["servers"]
---

# Transfer a server

`POST /servers/{qualifiedName}/transfer`

Move a server to another namespace. The caller must have server write access to both the source namespace and the destination namespace.

## Path parameters

- `qualifiedName` string, required

## Request body

- TransferServerRequest
  - `targetOrganizationId` string, required
  - `targetNamespace` string, required
  - `targetSlug` string

## Response `200`

Server transferred

- TransferServerResponse
  - `success` boolean, required
  - `namespace` string, required
  - `server` string, required
  - `qualifiedName` string, required

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Server or destination namespace not found
- `409` — Destination conflict

---

[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)
