> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Liveness Check

> Kubernetes liveness probe - checks if app is running.



## OpenAPI

````yaml https://api.mrassistant.ai/openapi.json get /health/live
openapi: 3.1.0
info:
  title: Backend - Multilingual Voice Agent System
  description: FastAPI backend for multilingual voice agents with tool use
  version: 1.0.0
servers: []
security: []
paths:
  /health/live:
    get:
      summary: Liveness Check
      description: Kubernetes liveness probe - checks if app is running.
      operationId: liveness_check_health_live_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````