---
title: "Stop Video Agent Session"
method: POST
path: "/v3/video-agents/{session_id}/stop"
tags: ["Video Agent"]
---

# Stop Video Agent Session

`POST /v3/video-agents/{session_id}/stop`

Halts an active agent run at its next checkpoint. Partial results are preserved.

## Path parameters

- `session_id` string, required

## Request body

- StopSessionRequest — Request body for stopping a session (empty — no fields required).

## Response `200`

Successful response

- object
  - `data` StopSessionResponse — Response from stopping a session.
    - `session_id` string, required — Session ID

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heygen/apis/heygen-external-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-external-api/revisions/e2e54726e210/schema)
