> 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/unbind.md).

# unbind

The `unbind` command cancels any subscriptions to the specified state for the current connection.

```javascript
{
    "id": 2,
    "cmd": "unbind",
    "sys": "sys-YNQ8uNfJvF",
    "mod": "Display",
    "index": 1,
    "name": "power"
}
```

This will always result in a successful response

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