# Pause chatbot

**POST** `/chatbots/{id}/pause`

Pauses an active chatbot.

Authentication: bearerAuth
Required scopes: `journey:activate`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Pause a chatbot.

## Parameters

- `id` (path string, required)

## Responses

- `200`: Chatbot paused
- `default`: Error
