---
title: "Resume a release"
method: POST
path: "/servers/{qualifiedName}/releases/{id}/resume"
tags: ["servers"]
---

# Resume a release

`POST /servers/{qualifiedName}/releases/{id}/resume`

Resume a paused release (e.g. after OAuth authorization). Use id='latest' to resume the most recent one.

## Path parameters

- `qualifiedName` string, required
- `id` string, required

## Response `202`

Resume accepted

- ResumeResponse
  - `status` string, required
  - `deploymentId` string, uuid, required

## Other responses

- `400` — Release not in resumable state
- `404` — Server or release 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)
