API error type

Storage quota reached

HTTP 409 · https://errors.driftstack.dev/storage-quota-exceeded

What it means

A profile-backed session-launch was refused because your profiles’ combined stored size reached your tier’s storage cap. The body carries used_bytes, cap_bytes, and tier. Sessions without a profile are never blocked; Enterprise is soft-only.

How to fix it

Delete or trim a profile to free space, or upgrade your tier, then launch again.

Where it appears

In the type field of the RFC 9457 application/problem+json error body, alongside title, status, detail, and an instance correlation id.

Related