---
title: "Pause Agent"
method: POST
path: "/v1/sessions/{session_id}/agent/pause"
tags: ["Agentic capabilities"]
---

# Pause Agent

`POST /v1/sessions/{session_id}/agent/pause`

Pauses the AI agent for the specified browser session.

## Path parameters

- `session_id` string, uuid, required

## Response `200`

Agent paused successfully

- SuccessResponse
  - `data` object
    - `status` string

## Other responses

- `400` — Session is not running
- `404` — Session not found
- `500` — Failed to pause agent

---

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