Healthz

Check the health of the container.

Responses
200

Successful Response

get/healthz
Request samples
import requests

url = "https://api.private-ai.com/deid/healthz"

response = requests.get(url)

data = response.json()
print(data)
Response samples
application/json
{
  • "success": true,
  • "gpu_inference_engine_success": true
}
© Copyright 2024 Private AI.