Pausing Pro-Projects

Last edited: 2/12/2025

Pro-Projects at the moment cannot be paused. However, You are allowed to have two free organizations that can support one active project each and an unlimited amount of paused ones.

If a project is under 500MB, you can transfer it to be under a free organization. Afterwards, you can initiate a pause.

Alternatively, you can download a daily backup of just your database for archiving. You can also manually download a .SQL file of your database and storage buckets by following this guide.

You can also download your storage buckets with the Supabase CLI:


_10
npx supabase login
_10
_10
# link to your project
_10
npx supabase link
_10
_10
npx supabase init
_10
_10
# will download files to current folder
_10
npx supabase storage cp -r ss://bucket . --experimental