Skip to content

Commit 144c9e7

Browse files
committed
docs(slot): update instance tiers and pricing details
Updated instance tiers, resource allocations, and pricing to reflect the new structure effective from July 1st. Removed outdated "Common" and "Legendary" tiers. Revised policies for scaling and deletion across tiers.
1 parent 1691436 commit 144c9e7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/pages/slot/scale.md

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

1313
## Instances
1414

15-
| Tier | Description | Storage | Monthly Cost |
16-
|-----------|-------------------------------------------------|---------|--------------|
17-
| Basic | First 3 are free. Only for development purposes | 1GB | $3/month |
18-
| Common | Upgraded Storage. Only for development purposes | 10GB | $5/month |
19-
| Epic | Playtesting: Elevated CPU & Memory | 15GB | $15/month |
20-
| Legendary | Production: Heavy CPU & memory | 15GB | $35/month |
21-
| Insane | Production: Highest CPU & memory | 20GB | $50/month |
22-
23-
Note: basic & common 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 then 30 days, it will get deleted.
24-
25-
Epic and higher tiers are never scaled down or deleted as long as there are enough credits on the related team.
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 2GB RAM | auto | - | $50/month |
20+
| Epic | 4 vCPU and 8GB RAM | auto | $15/month | $100/month |
21+
| Legendary | (removed) | auto | $35/month ||
22+
| Insane | 8 vCPU and 20GB RAM | auto | $50/month | $250/month |
23+
24+
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.
25+
26+
Pro and higher tiers are never scaled down or deleted as long as there are enough credits on the related team.
2627

2728
## Replicas
2829

0 commit comments

Comments
 (0)