All HTTP status codes

HTTP 507 Insufficient Storage

Server Error

The server can't store what the request requires — disk or quota exhausted (WebDAV origin, seen in storage-backed APIs).

Defined in RFC 4918 (WebDAV)

Common causes

  • Disk full or user quota exceeded on the storage backend

How to fix it

  1. Free space / raise quota on the server

  2. Alert on storage capacity before it fills

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.