# BOT_SIM_RESTART_STOP

Commands bot to stop a sim restart.


:::warning
The bot must be an estate manager for this command to work.

:::

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | —           |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_SIM_RESTART_STOP, "", "");
```