---
title: "Incident Set"
method: POST
path: "/api/support/bot/incident/set"
tags: ["support-bot"]
---

# Incident Set

`POST /api/support/bot/incident/set`

Raise the active-incident flag: the bot stops answering engage-path questions
and escalates with this note until /incident/clear. Set it when an outage starts
(manually or from the alerting pipeline).

## Query parameters

- `secret` string, nullable
- `note` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
