---
title: "Action interval__end"
description: "Stops the inactivity timer for the current scenario section."
---

# Action `interval__end`

> **System ID:** `action_interval__end`

## Description

Stops and removes the inactivity timer for the current section, bot, and chat. Call it after a block where the timer is no longer needed (the user replied, the scenario changed, and so on). Safe to call even if there is no timer.

## Events (scenario branches)

No events (the action finishes without a named branch).

## Parameters

No parameters (`{}`). The timer is determined from the section, bot, and chat context.

## Configuration example

```json
{}
```

## Related docs

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