lookup> 503

503 ·Service Unavailable

The server is temporarily unable to handle the request, often due to overload or maintenance.

Server ErrorRFC7231#6.6.4
Status503
PhraseService Unavailable
TypeServer Error
SpecificationRFC7231#6.6.4

What does HTTP 503 mean?

The server is temporarily unable to handle the request, often due to overload or maintenance.

It belongs to the 5xx Server Error class of responses, defined in RFC7231#6.6.4.

Browse all codes in this class: 5xx Server Error

How to fix HTTP 503

Add health checks, scale capacity, and use Retry-After so clients retry later.

  • Server overload
  • Scheduled maintenance
  • Deployment in progress

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Add health checks, scale capacity, and use Retry-After so clients retry later.

Server administrators

Check service logs and health, confirm upstream dependencies, restart or scale if needed, then verify monitoring alerts.

Is HTTP 503 cacheable?

503 belongs to the 5xx Server Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 5xx class mean?

5xx Server Error: The server is temporarily unable to handle the request, often due to overload or maintenance.

5xx responses

Related status codes

Related headers