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

# Restart Server

> This endpoint is used to restart your dedicated server.

## Request

Make a `POST` request to below endpoint and pass the required parameters as a request body.

```curl curl theme={"theme":{"light":"github-light","dark":"github-dark"}}
--request POST 'https://modelslab.com/api/v1/enterprise/realtime/restart_server' \
```

## Body

```json json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{ 
    "key": "enterprise_api_key"
}
```


## Related topics

- [Restart Server](/enterprise-api/nano-banana/restart-server.md)
