Was this helpful?
Use the built-in HTTP API endpoints for health monitoring.
Use Health check for uptime checks.
It’s the best signal for “is the service alive”.
It also validates the license.
Use Status API for readiness checks.
It reports whether spell/grammar/AI engines are active.
Configure your monitoring system to send periodic GET requests.
Alert on non-200 responses.
If your monitor supports it, also alert when license.valid=false.
Was this helpful?
Was this helpful?

