Skip to content

Check node health

POST
/rollkit.v1.HealthService/Livez

Check if the node is alive and healthy.

Request Body

application/json
JSON
{
}

Responses

Node is healthy

application/json
JSON
{
"status": "string"
}

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License