You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/account/account-billing.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,11 @@ Using the **Manage subscriptions** button, you can view and manage your subscrip
49
49
50
50
## Edit subscription
51
51
52
-
From the subscription management modal, you can view and modify any current subscription.
52
+
From the subscription management modal, you can view and modify any current subscription. This includes upgrading or downgrading to another plan.
53
+
54
+
:::caution
55
+
If you choose to downgrade to another plan but your current usage exceeds the limits of that plan, you are taking the risk of getting charged for the overages. Not also that you may lose access to some features: for example, downgrading to the Developer plan which doesn't include the Backups feature, would make you lose all your project's backups. Please refer to [Usage & Billing](/cloud/getting-started/usage-billing) for more information.
56
+
:::
53
57
54
58
<ThemedImage
55
59
alt="Subscription edition modal"
@@ -62,7 +66,7 @@ From the subscription management modal, you can view and modify any current subs
62
66
1. Click on an active subscription tile (e.g. "Strapi Cloud Pro $99.00" located above the subscriptions management links such as *Account Information*, *Billing & Shipping Addresses*). You will be redirected to your subscription details.
63
67
2. Click on the **Edit Subscription** link.
64
68
3. If you only want to add addons (e.g. additional seats), click on the **Add Addons** button.
65
-
4. If you want to change plan(e.g. from Pro plan to Team plan), click on **Change** and select a new plan.
69
+
4. If you want to change plan, whether it is a plan upgrade or a downgrade (e.g. from Pro plan to Team plan, or from Pro plan to Developer plan), click on **Change** and select a new plan.
66
70
5. Confirm your modifications by clicking on the **Update Subscription** button at the bottom of the modal.
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/getting-started/deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Before you can deploy your Strapi application on Strapi Cloud, you need to have
55
55
}}
56
56
/>
57
57
58
-
3. Choose a plan for your Strapi Cloud project: either Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information.
58
+
3. Choose a plan for your Strapi Cloud project: either Developer, Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information.
59
59
60
60
:::note
61
61
Strapi Cloud offers a free trial for only one project and you will not need to share your credit card details to create your first project. Once the free trial has already been used for a previous project, the option will no longer appear in the plan selection.
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/getting-started/usage-billing.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,29 @@ sidebar_position: 3
8
8
9
9
This page contains general information related to the usage and billing of your Strapi Cloud account and projects.
10
10
11
-
Strapi Cloud offers a free 14 days trial for all new accounts, and 2 paid plans: Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The usage-based pricing for Strapi Cloud is based on the following criteria and limits:
Strapi Cloud offers a free 14 days trial for all new accounts, and 3 paid plans: Developer, Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The usage-based pricing for Strapi Cloud is based on the following criteria and limits:
|**Review Workflows**| up to 2 | N/A | N/A | up to 2 |
22
24
23
25
:::strapi Additional information on Strapi Cloud features
24
26
- Seats are the maximum number of users that can access the Strapi admin panel.
25
27
- Database entries are the number of entries in your database.
26
28
- Assets storage is the amount of storage used by your assets.
27
29
- Assets bandwidth is the amount of bandwidth used by your assets.
28
30
- API requests are the number of requests made to your APIs. This includes requests made to the GraphQL and REST APIs.
29
-
- Releases are the maximum number of pending [releases](/user-docs/releases/introduction) that can be created.
31
+
- Audit Logs refers to the maximum number of days for which the feature retains the activities that happened (see [Audit Logs in User Guide](/user-docs/settings/audit-logs) for more information).
32
+
- Releases refers to the maximum number of pending releases that can be created (see [Releases in User Guide](/user-docs/releases/introduction) for more information).
33
+
- Review Workflows refers to the maximum number of workflows that can be created and used (see [Review Workflows in User Guide](/user-docs/settings/review-workflows) for more information).
30
34
:::
31
35
32
36
## Seats management
@@ -40,7 +44,8 @@ There is however a maximum number of seats that can be added per plan:
40
44
| Plan | Maximum Seats |
41
45
| --- | --- |
42
46
|**Free Trial**| 10 |
43
-
|**Pro**| 30 |
47
+
|**Developer**| 3 |
48
+
|**Pro**| 20 |
44
49
|**Team**| 50 |
45
50
46
51
@@ -59,8 +64,8 @@ Overages are charged according to the following rates:
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/projects/settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Default domain names are made of 2 randomly generated words followed by a hash.
105
105
The *Backups* tab informs you of the status and date of the latest backup of your Strapi Cloud projects. The databases associated with all existing Strapi Cloud projects are indeed automatically backed up weekly and those backups are retained for a one-month period.
106
106
107
107
:::note
108
-
The backup feature is not available for Strapi Cloud projects using the free trial. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up.
108
+
The backup feature is not available for Strapi Cloud projects using the free trial or the Developer plan. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up.
109
109
110
110
Note also that only project owners can restore a backup. Maintainers have access to the *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information.
111
111
:::
@@ -166,5 +166,5 @@ In the Usage section of the *Billing* tab, you can see the current monthly usage
166
166
167
167
### Managing project's subscription
168
168
169
-
Using the **Manage subscriptions** button, you can view and manage your project's subscription. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal.
169
+
Using the **Manage subscriptions** button, you can view your current project's subscription, manage it and upgrade or downgrade to another plan. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal.
0 commit comments