---
title: "Resolve an interrupted thread"
method: POST
path: "/v1/fleet/threads/{thread_id}/resolve-interrupt"
tags: ["fleet threads"]
---

# Resolve an interrupted thread

`POST /v1/fleet/threads/{thread_id}/resolve-interrupt`

Completes a human-interrupt pause on the thread without sending new input, allowing execution to continue or finish. On success the response has no body.

## Path parameters

- `thread_id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `502` — Bad Gateway

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
