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

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

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

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

## Path parameters

- `namespace` string, required
- `server` 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-25** `ea538dc2369a` — 1 info
  - endpoint added

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