> For the complete documentation index, see [llms.txt](https://engine.place.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://engine.place.technology/api/control/websocket/commands/ignore.md).

# ignore

The `ignore` command cancels any debug subscriptions and the log level is restored (if no other connections are debugging).

```javascript
{
    "id": 5,
    "cmd": "ignore",
    "sys": "sys-Z6XXA-Kc_v",
    "mod": "mod-Z6XXB1doL4",
    "index": null,
    "name": "ignore"
}
```

responds

```javascript
{
    "id": 5,
    "type": "success"
}
```
