---
title: "Restart Server (Realtime)"
slug: "restart-server-realtime"
updated: 2026-05-18T14:34:05Z
published: 2026-05-18T14:34:05Z
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Restart Server (Realtime)

![](https://cdn.us.document360.io/27ca1fd4-36d7-4cde-b4eb-97fc1652954c/Images/Documentation/Deprecated.svg)

Restart your workspace server.

| Method | Requires Auth | Permission |
| --- | --- | --- |
| `restart_server` | Yes | `restart-server` |

## Example call

```json
{
    "msg": "method",
    "method": "restart_server",
    "id": "1157",
    "params": []

}
```

## Example response

```json
{
    "msg": "result",
    "id": "1157",
    "result": {
        "message": "The_server_will_restart_in_s_seconds",
        "params": [
            2
        ]
    }
}
```
