Skip to content

Commit 6110497

Browse files
committed
docs(slot): update instance tiers and pricing table
Simplified the pricing table by removing outdated tiers ("Common" and "Insane"). Adjusted descriptions and aligned the format to reflect the current structure effective July 1st.
1 parent 6158c7d commit 6110497

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/pages/slot/scale.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ To prepare your deployments for production, you can set up billing and upgrade t
1212

1313
## Instances
1414

15-
| Tier | Description | Storage | Old cost | Cost from July 1st |
16-
|-----------|-----------------------------------|---------|-----------|--------------------|
17-
| Basic | First 3 are free. for dev & tests | 1GB | $3/month | $10/month |
18-
| Common | (removed) | auto | $15/month ||
19-
| Pro | 2 vCPU and 4GB RAM | auto | - | $50/month |
20-
| Epic | 4 vCPU and 8GB RAM | auto | $15/month | $100/month |
21-
| Legendary | 8 vCPU and 16GB RAM | auto | $35/month | $200/month |
22-
| Insane | (removed) | auto | $50/month | - |
15+
| Tier | Description | Storage | Cost |
16+
|-----------|-----------------------------------|---------|------------|
17+
| Basic | First 3 are free. for dev & tests | 1GB | $10/month |
18+
| Pro | 2 vCPU and 4GB RAM | auto | $50/month |
19+
| Epic | 4 vCPU and 8GB RAM | auto | $100/month |
20+
| Legendary | 8 vCPU and 16GB RAM | auto | $200/month |
2321

2422
Note: basic instances are scaled down automatically after a few hours of no activity. To revive deployments, simply send a single request to the instance URL, and it'll be revived on the spot. If unused without any activity for more than 30 days, it will get deleted.
2523

0 commit comments

Comments
 (0)