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

## Changes

- **2026-03-04** `8fa88da862af` — 1 info
  - removed the non-success response with the status `403`
- **2026-02-17** `2cc0305b32ed` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:qualifiedName/releases/:id/resume/post.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/01f97a60fd96?raw)
