503

HTTP 503 Service Unavailable

5xx Server Error

  1. Home
  2. > HTTP Status Codes >
  3. > 5xx >
  4. 503
5xx Server Error RFC 7231, Section 6.6.4

What is HTTP 503 Service Unavailable?

The 503 (Service Unavailable) status code indicates that the server is currently unable to handle the request due to a temporary overload or scheduled maintenance which will likely be alleviated after some delay. The response should include a Retry-After header indicating when the service is expected to be available again.

Common Use Cases

  • Server maintenance mode
  • Traffic overload or spikes
  • Application deployment in progress
  • Resource exhaustion (connections, threads)
Help2Code Logo
Menu