curl -H "Authorization: Bearer alf_your_key_here" \ /api/v1/admin/health
{ "status": "ok", "containers": 5, "unhealthy": 0, "disk_percent": 45, "memory_percent": 62 }
Check the overall health of your Alfred instance
{ "raw": "..." }
Was this page helpful?