Zitadel Preview Docs

Check server liveness

Check whether the server is started

GET
/livez

Check whether the server is started

Response Body

text/plain

application/json

application/json

curl -X GET "https://example.com/livez"

"ok"

{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}