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

# Stop

The `<Stop>` verb stops the instruction specified by noun on a call.

## Child verbs/nouns

<table>
  <thead>
    <tr>
      <th>NOUN/VERB</th>
      <th>DESCRIPTION</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><code>Suppression</code></td>
      <td> Stops current suppression, no attributes need to be provided. </td>
    </tr>

    <tr>
      <td><code>Transcription</code></td>
      <td> Stops current transcription, no attributes need to be provided. </td>
    </tr>

    <tr>
      <td><code>Stream</code></td>
      <td> Stops current media stream, no attributes need to be provided. </td>
    </tr>
  </tbody>
</table>

## Examples

```xml theme={null}
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Stop>
    <Stream />
  </Stop>
</Response>
```
