Server error
HTTP 503: Service Unavailable
HTTP 503 means the service is temporarily unavailable.
Meaning
The server cannot handle the request right now, often due to overload or maintenance.
Common causes
Maintenance windows, deploys, overloaded workers, or unavailable dependencies can cause it.
What to check
Check service health, capacity, maintenance status, and Retry-After behavior.
Example response
HTTP/1.1 503 Service UnavailableReferences
Related HTTP status codes
Nearby codes often answer the next debugging question.