---
title: "Resume a paused deployment workflow (e.g., after OAuth authorization)"
method: POST
path: "/servers/{namespace}/deployments/{id}/resume"
tags: ["servers"]
---

# Resume a paused deployment workflow (e.g., after OAuth authorization)

`POST /servers/{namespace}/deployments/{id}/resume`

Use id='latest' to resume the most recent deployment

## Path parameters

- `namespace` string, required
- `id` string, required

## Response `202`

Resume accepted, workflow continuing

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

## Other responses

- `400` — Deployment not in resumable state
- `403` — Forbidden
- `404` — Deployment not found

## Changes

- **2026-01-27** `12e546828dc5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:namespace/deployments/: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/9d53933ba12e?raw)
