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

# engageMessageStop

> Stop a campaign, ending its current run permanently (unlike
[`engageMessagePause`](/api-reference/mutations/engageMessagePause), it cannot be resumed).

<Warning>
Stopping does not undo messages already sent. Recipients not yet processed in the current run will not receive the message.
</Warning>

<small>

*Auth* · `x-app-token` · required permission `engageMessageStop`

*Related:* [`engageMessagePause`](/api-reference/mutations/engageMessagePause), [`engageMessageRemove`](/api-reference/mutations/engageMessageRemove)

</small>



## Related topics

- [engageMessageRemove](/api-reference/mutations/engageMessageRemove.md)
- [engageMessagePause](/api-reference/mutations/engageMessagePause.md)
- [EngageMessage](/api-reference/types/EngageMessage.md)
- [engageMessageStart](/api-reference/mutations/engageMessageStart.md)
- [engageMessages](/api-reference/queries/engageMessages.md)
