> For the complete documentation index, see [llms.txt](https://tradesync.gitbook.io/tradesync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradesync.gitbook.io/tradesync/fxtr-v2/functions-of-fxtr-v2/open-stream-for-the-account/messages-that-can-be-sent-in-open-stream/subscriptions/shutdown.md).

# ShutDown

**Description**: notification from the server about graceful shutdown to correctly close connections from the client, the connection will be forced to close after some time, that configured on server env variables.

**Triggered by**: registered by default

**Switched off by**: n/a.

**Example:**

```json
{
    "type": "ShutDown",
    "body": {}
}
```
