Skip to main content

maintenance

The API is under maintenance.

HTTPcodeRetryable?
503maintenanceyes

When it happens

A planned maintenance window; almost all routes return 503 except /health and /v2/time.

How to resolve it

Retry later, respecting Retry-After.

Example

{
"type": "https://docs.skipo.com/errors/maintenance",
"title": "Service under maintenance",
"status": 503,
"code": "maintenance",
"retryable": true,
"detail": "The API is under maintenance."
}

Back to the error catalog · See the error format.