yz-cloud-ops

api docs / small services / utilities

Health

GET /v1/health

A simple health probe intended for monitoring systems. It should be fast and never block on external dependencies.

curl -sS https://api.example.tld/v1/health

# Example response
{
  "status": "ok",
  "ts": "2026-02-15T00:00:00Z"
}