> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Discussion turn stop requested

> Fired when someone requests that an agent stop its current turn.

This event fires when someone requests that an agent stop its current turn in a discussion. Use it to stop generating a response while keeping the discussion available for the next message.

`requestedBy` identifies who requested the stop, and `requestedAt` records when they requested it. The `discussion` object identifies the agent session to stop.

## Schema

[**View JSON Schema →**](https://core-api.uk.plain.com/webhooks/schema/latest.json)

Example:

<Snippet file="webhooks/discussion-turn-stop-requested.mdx" />

<Snippet file="webhooks/sdk-usage.mdx" />
