---
title: "Resume a paused task"
method: POST
path: "/api/tasks/{id}/resume"
tags: ["Tasks"]
---

# Resume a paused task

`POST /api/tasks/{id}/resume`

## Path parameters

- `id` string, required

## Response `200`

Task resumed

## Other responses

- `400` — Task not paused
- `403` — Task belongs to another agent
- `404` — Task not found

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
