Is your Supabase project paused?
Paste your project ref or URL and get the answer in one second. We send a single request to your project's API gateway — a paused project answers HTTP 540, an awake one answers normally. No API keys, nothing stored.
Why Supabase pauses free projects
Supabase pauses Free-tier projects after roughly seven days without activity — no database queries, no API traffic. It's how the free tier stays free. The frustrating part is the timing: side projects are quiet by nature, so the pause usually lands right when you stopped watching, and you find out weeks later when a demo link is dead or the app greets a user with an error.
A paused project isn't a lost project. The database is frozen, not deleted — but every request to it fails with HTTP 540 until you restore it.
How to restore a paused project
- Log in to the Supabase dashboard and select the paused project.
- Click Restore project and confirm. It typically comes back within a few minutes, data intact.
- Check the clock: after 90 days paused, one-click restore is disabled and you're into download-the-backup territory. Long enough after that, the project is removed entirely.
How to stop it pausing again
Two real options. Upgrade to Pro — paid projects never pause — or give the project a heartbeat of genuine activity: a scheduled job (a GitHub Action is the usual choice) that runs a small query every day or two.
The trap with keep-alive jobs is that they fail silently. GitHub disables scheduled workflows after 60 days of repo inactivity. Tokens expire. Someone renames a table. The job stops, nothing tells you, and three weeks later the project pauses anyway — you're back to finding out from a dead demo link.
Know the moment it pauses — not three weeks later.
Join Tell Me When Down free and we'll watch your Supabase project around the clock — the moment it stops answering, you get an email.
Supabase pausing, answered
Why was my Supabase project paused?
How do I check if my Supabase project is paused?
What happens when a Supabase project is paused?
How do I unpause a Supabase project?
Can I restore a Supabase project paused more than 90 days ago?
How do I keep my Supabase project from pausing?
one request to your project's gateway · nothing stored · not affiliated with Supabase