---
title: "Session Debug Command"
method: POST
path: "/v1/admin/sessions/{session_id}/debug"
tags: ["admin"]
---

# Session Debug Command

`POST /v1/admin/sessions/{session_id}/debug`

Send a debug command to a live agent session via LiveKit data channel.

Supported commands:
  force_llm_timeout  — makes the agent's LLM appear to hang for N turns,
                       triggering the LLM watchdog so you can hear the
                       bridge utterances in production.

Body: {"command": "force_llm_timeout", "turns": 1}

## Path parameters

- `session_id` string, required

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
