---
title: "Cancel the in-flight reviewer turn"
method: POST
path: "/api/v1/reviews/{reviewId}/conversation/interrupt"
tags: ["conversations"]
---

# Cancel the in-flight reviewer turn

`POST /api/v1/reviews/{reviewId}/conversation/interrupt`

## Path parameters

- `reviewId` string, required — Reviewer conversation identifier.

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-22** `20e51aca854f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/reviews/:reviewId/conversation/interrupt/post.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/1e9e4bbb67f1?raw)
