apps/docs/content/guides/platform/delete-project.mdx
Deleting a Supabase project is a permanent and irreversible action. Before proceeding, understand the full scope of what will be deleted and take precautions to prevent accidental data loss.
<Admonition type="danger">We cannot recover deleted projects. All data, backups, and configurations are permanently removed. Ensure you have exported all critical data or saved backups before proceeding to delete your project.
</Admonition>When you delete a project, all artifacts are permanently removed and you cannot recover them. Some of these artifacts includes (but are not limited to):
You can delete a project through any of these methods:
supabase projects delete <project-ref>
For more information, see the Supabase CLI documentation.
curl -X DELETE https://api.supabase.com/v1/projects/<project-ref> \
-H "Authorization: Bearer <access-token>"
For more information, see the Management API documentation.
Once a project is deleted:
Deleting projects stops new usage from accumulating, but does not remove usage that already occurred during the current billing cycle. For quota-based limits, that usage still counts until the billing period resets. See our Fair Use Policy for further details.
</Admonition>If you're unsure about deletion, consider pausing your project instead:
<Admonition type="note">Note: Only Free Projects can be paused at this time.
</Admonition>To pause a project, navigate to Settings > General > Project availability and click Pause Project.
To safeguard against accidental deletion, consider the following:
You can backup your database by following the backup and restore guide provided.
If you are on the Pro, Team or Enterprise Plan, with legacy logical backups, you can download a copy from your Supabase dashboard
Restrict who can delete projects within your organization to prevent accidental deletion by team members. See Access Controls
</Admonition>If you're unsure about deletion or need assistance: