---
title: "Pause Agent Task"
method: POST
path: "/v1/agents/{agent_id}/tasks/{task_id}/pause"
tags: ["v1", "protected", "agent-tasks"]
---

# Pause Agent Task

`POST /v1/agents/{agent_id}/tasks/{task_id}/pause`

Pause a specific task workflow for the specified agent.

## Path parameters

- `agent_id` string, uuid, required
- `task_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/42240c74704e/schema)
