utility

Get language serverstatus

This method provides a health check for the language server, including its status, uptime, the directory being watched, and the name of the module.

get/v1/devboxes/{id}/lsp/health

Path parameters

idstring required

The id of the devbox.

Response

The status of the language server, the uptime of the server, the directory being watched, and the name of the module

pendingWorkobject required
dirtyFilesstring[] required
moduleNamestring required
watchDirectorystring required
uptimestring required
statusstring required

Changes