Skip to content

Commit 85344fe

Browse files
Strapi Cloud: document automatic reactivation after project suspension (#1894)
* Update Usage & Billing documentation * Add instructions for reactivating suspended project after cancellation * Add links * Fix typos * Update TOC for updated & new badges
1 parent 8d689a6 commit 85344fe

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

docusaurus/docs/cloud/getting-started/usage-billing.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,24 @@ Overages are charged according to the following rates:
6363

6464
### Project suspension
6565

66-
Projects may end up in a **Suspended** state for various reasons, including violating the [terms of service](https://strapi.io/cloud-legal) or exceeding the limits of your free trial plan.
66+
Projects may end up in a **Suspended** state for various reasons, including: not paying the invoice, exceeding the limits of your free trial plan, or violating the [terms of service](https://strapi.io/cloud-legal).
6767

68-
If your project is suspended, you will no longer be able to access the application or trigger new deployments. You will also be unable to access the Strapi Admin Panel. You can view the status of your project in the [Projects](https://cloud.strapi.io/projects) section of your Strapi Cloud account.
68+
If your project is suspended, you will no longer be able to access the application or trigger new deployments. You will also be unable to access the Strapi Admin Panel.
6969

70-
Owners of suspended projects will receive an email notification with instructions on how to resolve the issue. If you do not receive an email notification, please contact [Strapi Support](mailto:[email protected]).
70+
You can view the status of your project in the [Projects](https://cloud.strapi.io/projects) section of your Strapi Cloud account and you will be notified by email.
7171

72-
If you do not resolve the issue within 10 days, your project will be deleted and all data will be permanently lost.
72+
:::warning
73+
If you do not resolve the issue within 10 days, your suspended project will be deleted and all data will be permanently lost.
74+
:::
75+
76+
#### Project suspension after subscription cancellation
77+
78+
If you don't pay the invoice, the subscription of your project will automatically be cancelled and the project will be suspended. You can reactivate the subscription through the billing modal (see [Edit subscription](https://docs.strapi.io/cloud/account/settings#edit-subscription)).
79+
80+
1. Log into the billing modal and go to the *Subscription details* of the subscription associated with the suspended project. You should see a warning message confirming that the subscription was canceled for the following reason: "Not Paid".
81+
2. Go back to the homepage of the billing modal, listing subscriptions and billing options.
82+
3. Go to *Payment methods* and add a new, working card to pay the invoice. As soon as the invoice is paid, your project will automatically be reactivated.
83+
84+
#### Project suspension for other reasons
85+
86+
If your project was suspended for reasons other than unpaid invoice leading to subscription cancellation, you may not have the possibility to reactivate your project yourself. You should receive an email with instructions on how to resolve the issue. If you do not receive the email notification, please contact [Strapi Support](mailto:[email protected]).

docusaurus/sidebars.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,11 +709,17 @@ const sidebars = {
709709
{
710710
type: "doc",
711711
id: "cloud/getting-started/deployment",
712+
customProps: {
713+
updated: false,
714+
},
715+
},,
716+
{
717+
type: "doc",
718+
id: "cloud/getting-started/usage-billing",
712719
customProps: {
713720
updated: true,
714721
},
715722
},
716-
"cloud/getting-started/usage-billing",
717723
"cloud/getting-started/caching",
718724
],
719725
},
@@ -758,15 +764,15 @@ const sidebars = {
758764
id: "cloud/advanced/email",
759765
label: "Email provider",
760766
customProps: {
761-
new: true,
767+
new: false,
762768
},
763769
},
764770
{
765771
type: "doc",
766772
id: "cloud/advanced/upload",
767773
label: "Upload provider",
768774
customProps: {
769-
new: true,
775+
new: false,
770776
},
771777
},
772778
]

0 commit comments

Comments
 (0)