> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-vpn/check-server-status.md).

# Check server status

Endpoint to check if the service is alive

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka VPN","description":"API endpoints for Deka VPN (base: /core/vpn)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"paths":{"/core/vpn/check":{"get":{"description":"Endpoint to check if the service is alive","tags":["Deka VPN","health"],"summary":"Check server status","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}}}}
```
