Upgrade instance
Use the advanced settings to view and manage your current instance size. A larger instance allows your app to handle more users and traffic. Keep in mind that a larger instance can increase Cloud usage and use more credits as your app usage grows.- Free plan users: upgrade from Tiny to a larger instance by upgrading your plan at any time
- Paid plan users: choose a new instance size (Tiny, Mini, Small, Medium, or Large) from the options below. Larger sizes handle more traffic and cost more credits per hour while your app runs:
- Tiny: great for trying things out
- Mini: reliable for early projects
- Small: room to grow with your app
- Medium: steady choice for regular use
- Large: confident option for higher demand
- There is less than 10% of disk space left
- IO budget is less than 50%
- CPU load is above 80%

Ask Lovable to resize your instance
On Pro plans and higher with a Lovable Cloud project, you can also ask Lovable to resize the instance directly in chat, instead of opening Advanced settings yourself. When you describe database slowness, Lovable can surface a resize approval card with a size picker (Tiny through Large, with your current size pre-selected). The resize only applies after you pick a size and approve it. Prompt Lovable in chat with something like:Increase disk space
The Disk space usage card shows how much of the instance’s disk your project uses. If the disk is nearly full, enter a larger size and click Increase disk size. A few constraints apply:- Disk size can only be increased, never decreased.
- You can resize the disk once every 4 hours.
- Resizing takes a few minutes, and a larger disk increases Cloud usage.
Export Lovable Cloud data
Use Export project data when you need a copy of your database before moving backend infrastructure outside Lovable Cloud. The export contains your full database, both structure and data. It does not include files in storage buckets, edge function code, or your project’s secrets, so plan to move those separately. User passwords are not exported in a usable form either, so plan a password reset flow for migrated users. You can run one export per day.1
Open Advanced settings
In your project, go to Cloud tab → Overview → Advanced settings.
2
Open the export dialog
In Export project data, click Export data.
3
Start the database export
In the Database card, click Export. In the confirmation dialog that appears, click Start export.
4
Download the export when it is ready
Lovable emails you when the export is ready. The export is saved to your project’s Cloud storage, so download it from Cloud tab → Storage. Exports can no longer be downloaded after Cloud is removed.
Database exports are limited to 5 GB, and you can request one export every 24 hours.
Pause Cloud
If you want to save credits on a project you’re not actively using, choose Pause Cloud to pause its backend: database, authentication, storage, and Edge Functions. You can resume the project at any time. Lovable automatically pauses Cloud projects after a period of inactivity, so you usually don’t need to pause an idle project yourself. Pause manually when your project has scheduled jobs or other background activity that keeps it active, since auto-pause won’t kick in for those projects.How to pause your project
To pause your project, go to Cloud tab → Overview → Advanced settings, then in Pause Cloud, click Pause. In the confirmation dialog that appears, click Pause Cloud. While paused, your backend is unavailable, and your deployed app can’t read or write data until you resume.Resume a paused project
When a project is paused due to inactivity, open it in the editor and click Wake up in the chat notice. A project can also pause with the message “This project is paused due to a low balance”, which happens when your workspace runs out of credits or a credit limit is triggered. In that case, add credits or adjust the limit first. See Credits and usage.Storage usage continues while a project is paused because your data stays in place. To stop storage usage entirely, remove Lovable Cloud from the project instead.
Remove Lovable Cloud
Use Remove Lovable Cloud when you no longer want a project to use the built-in database, storage, authentication, or Edge Functions.1
Open Advanced settings
In your project, go to Cloud tab → Overview → Advanced settings.
2
Open the removal flow
In Remove Lovable Cloud, click Remove.
3
Confirm the warnings
Check both boxes to confirm you understand Lovable Cloud features will stop working and that unexported data may be lost. The second box unlocks only after the first is checked.
4
Type the project name
Enter the project’s display name exactly to confirm.
5
Remove Lovable Cloud
Click Remove to permanently delete the Cloud instance for the project.
FAQ
My Cloud data isn't loading. What should I do?
My Cloud data isn't loading. What should I do?
This can happen if you have too much data running on a smaller Cloud project instance.To fix it, go to Cloud tab → Overview → Advanced settings, then choose a larger instance size. After you switch to a larger instance, give it a few minutes to update. Your data should then load, and your Cloud project should work again.A larger instance size can increase Cloud usage and use more credits. To review Cloud usage, go to Settings → Plans & credit usage → Usage details and select Run credits.
Does pausing my Cloud project stop all billing?
Does pausing my Cloud project stop all billing?
No. Pausing stops compute usage, but storage usage continues while paused because your data stays in place. To stop Cloud usage for the project entirely, remove Lovable Cloud instead.
Why didn't my paused Cloud project wake up on its own?
Why didn't my paused Cloud project wake up on its own?
A paused Cloud project only resumes when you explicitly click Wake up on the paused project card in Cloud tab → Overview. Visiting your deployed app, other traffic, or waiting does not resume a paused project.
Can I export my Cloud project to Supabase?
Can I export my Cloud project to Supabase?
Lovable does not provide a one-click transfer from Lovable Cloud to Supabase. You can export your database from Cloud tab → Overview → Advanced settings and move your code through the GitHub or GitLab integration.Storage files are exported separately from Cloud tab → Storage. You must reconfigure authentication, secrets, environment variables, and any external services in the destination platform. For a step-by-step walkthrough, see Host backend and data on a managed provider.