---
title: "Transfer deployment"
method: POST
path: "/deployments/{deployment_name}/transfer"
tags: ["Deployments"]
---

# Transfer deployment

`POST /deployments/{deployment_name}/transfer`

Transfer a deployment from its current project to another project within the
same team. For production deployments, the caller must be a project admin on
both the source and destination projects. For other deployment types, any
team member can transfer deployments they created, or project admins can
transfer any deployment.

## Path parameters

- `deployment_name` string, required

## Request body

- PlatformTransferDeploymentArgs
  - `destinationProjectId` integer, required

## Response `204`

---

[API](https://skmtc.dev/convex/apis/convex-management-api.md) · [All operations](https://skmtc.dev/convex/apis/convex-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convex/convex-management-api/revisions/3dd5e601c536/schema)
