Skip to main content
apiguide.dev

HTTP 507 — Insufficient Storage

The server is unable to store the representation needed to complete the request.

Status CodeHTTP 507
CategoryServer Error (5xx)
API Error Subtypes0 error schemas
HTTP Headers0 headers

What does HTTP status code 507 mean?

The 507 Insufficient Storage status code (WebDAV, RFC 4918) indicates that the server cannot complete the request because it lacks disk space.

When to use it in APIs

Useful for storage or upload APIs to explicitly notify users that a file upload was rejected because the server has run out of physical disk space.

How it compares to other codes

  • 500 Internal Server Error: Generic failure. 507 points directly to storage limit issues.

Specific API Error Types for 507

No specific Problem+JSON schemas have been defined for HTTP 507 on apiguide.dev yet.

Associated HTTP Headers

No specific HTTP headers are explicitly linked to HTTP 507 in our directory yet.

Related HTTP Status Codes