Status
API Status
Monitor real-time availability, incidents, and per-model status for all Skytells services.
API Status
Monitor real-time availability and past incidents for all Skytells services.
What's Monitored
- Standard API (
api.skytells.ai) — overall API availability - Edge API (
edge.skytells.ai) — edge endpoint availability - Dashboard & Console — web interface availability
- Individual model services — per-model operational status
Check Status Programmatically
Each model returned by GET /v1/models includes a status field:
curl https://api.skytells.ai/v1/models \
-H "x-api-key: $SKYTELLS_API_KEY"{
"name": "TrueFusion",
"namespace": "truefusion",
"status": "operational",
"capabilities": ["text-to-image", "image-to-image"]
}Status Values
| Status | Meaning |
|---|---|
operational | The model is running normally. |
degraded | The model is experiencing reduced performance or partial outages. |
offline | The model is temporarily unavailable. |
Incident Updates
When an incident occurs, updates are published to the status page in real time. You can subscribe via:
- Email — Get notified when incidents are created, updated, or resolved.
- RSS — Add the status feed to your RSS reader.
How is this guide?