v1
latestOpenAPI 3.1.02026-08-04356.2 KBMonitoring
Health
Endpoint to check the health status of the server.
Returns: dict: A dictionary containing the following keys: - status (str): The health status of the server, always "healthy". - queue_size (int): The number of items in the queue managed by queue_manager. - current_adapter (str): The name of the currently loaded LoRA model, or "none" if no model is loaded.
get/health
Response
Successful Response