Deployments and Database Billing
There are three types of usage-based billing for deployments:
- Outbound Data Transfer
- Autoscale Compute Units
- Requests
You can view your usage in your account here. Billing occurs monthly or once your accumulated costs exceed your monthly credits. Replit Core and Teams users receive monthly allowances for these resources.
Deployments
1. Deployments Outbound Data Transfer
This type of usage is billed per byte with Replit Core users receiving a monthly allowance. Only egress (outgoing) data is counted against this allowance, potentially leading to overages. In contrast, ingress (incoming) data is always free.
Subscription | Allowance |
---|---|
Replit Core | 100 GiB |
The allowances apply to Static, Autoscale, Reserved VM and Scheduled deployments.
See the pricing page for the current price of outbound data transfer.
2. Compute Units
Autoscale Deployments are billed based on Compute Units, which take into account both CPU and RAM usage over time.
Overages are billed based on Compute Units. The granularity of the billing is down to each individual compute unit. See the pricing page for the current price of compute units.
Here is a breakdown of how RAM and CPU seconds for an Autoscale Deployment translate into Compute Units:
Resource | Compute Units |
---|---|
1 RAM Second | 2 Units |
1 CPU Second | 18 Units |
Static Deployments don't consume Compute Units. Their billing is solely for Outbound Data Transfers beyond a specified amount.
Learn more about Autoscale Deployments.
3. Requests
Autoscale Deployments also consider the number of requests made.
See the pricing page for the current price of requests.
Databases
1. PostgreSQL Usage Metrics
Replit PostgreSQL offers effortless high availability with no administrative or maintenance burden. Being serverless, Replit PostgreSQL only charges for actual usage, resulting in potential cost savings of up to 10 times.
Replit PostgreSQL databases bill for usage based on the following usage metrics:
- Compute Time: The amount of compute resources used per hour.
- Data Storage: The volume of data and history stored.
You can view your usage in your account here.
Compute Time
Compute time is determined by number of hours your database remains active during a given billing period. Databases are considered active when they receive requests and for an additional 5-minute period after the last request. If a database remains idle for 5 minutes, it will be suspended and enter an inactive state.
Data Storage
Data storage is the total volume of data stored across all databases in your account, measured in gibibytes (GiB). Storage is calculated as the maximum amount of storage used per month. Each PostgreSQL database consumes 33MB of storage, even if it doesn't contain any data. This is the default storage footprint of the Postgres server.
The total storage limit for each database is 10 gibibytes (GiB).
Additional Notes
If there's an issue with your payment method, we'll notify you. Continuous payment failures might lead to the suspension of your deployments. If this happens, please contact support and update your payment details to regain access to our services.