Service unavailable
HTTP 503 — The service is temporarily unavailable.
Returned as application/problem+json with code service_unavailable and HTTP status 503.
The service is temporarily unable to handle the request.
Common causes
- Maintenance or overload.
- An upstream circuit breaker is open.
How to resolve
- Retry after a short delay with backoff.
Check system status
A 503 is a server-side failure, so it may reflect a known incident rather than a problem with your
request. Check the System status page — if there’s an open
incident affecting the USGM API or USGM Core, the issue is on our side, so wait for it to resolve. If
everything is operational and the error persists, contact support with your request_id.
Example
This error is typically transient — safe to retry with exponential backoff.