---
title: "Pause Conversation"
method: PATCH
path: "/api/v1/conversation/{conversation_id}/pause"
tags: ["Conversation"]
---

# Pause Conversation

`PATCH /api/v1/conversation/{conversation_id}/pause`

Pause or resume AI for a conversation. When paused the AI will not respond
to incoming messages — the agent replies directly via the send message endpoint.

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- PauseConversationPayload
  - `ai_paused` boolean, required

## Response `200`

Successful Response

- IGetResponseBaseIConversationRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IConversationRead
    - `widget_id` string, uuid, nullable
    - `assistant_id` string, uuid, nullable
    - `device_type` 'mobile' | 'native' | 'desktop' | 'tablet' | 'phone', required
    - `unique_device_id` string, nullable
    - `attributes` object
    - `contact_id` string, uuid, nullable
    - `id` string, uuid, required
    - `created_at` string, date-time, nullable, required
    - `first_message` string, nullable, required
    - `chat_count` integer, nullable, required

## Other responses

- `422` — Validation Error

---

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