---
title: "Action interval__end_all"
description: "Stops all inactivity timers for the current user across all sections."
---

# Action `interval__end_all`

> **System ID:** `action_interval__end_all`

## Description

Stops and removes **all** inactivity timers for the current user (all sections of this bot and chat). Useful on exit, scenario reset, or a full session clear.

## Events (scenario branches)

| Event | When it occurs |
|-------|----------------|
| **success** | Timers cleared |
| **error** | Failure during cleanup |

## Parameters

No parameters (`{}`).

## Configuration example

```json
{}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
