Check the health of the container.
Successful Response
import requests url = "https://api.private-ai.com/deid/healthz" response = requests.get(url) data = response.json() print(data)
{"success": true,"gpu_inference_engine_success": true}