From 6bccadaa3b8e87386d11dc8bc6fd41090d145f97 Mon Sep 17 00:00:00 2001 From: adityaoberai Date: Mon, 3 Aug 2026 20:49:28 +0530 Subject: [PATCH 1/2] Add pricing update changelog on storage costs for builds and deployments --- .../changelog/(entries)/2026-08-03-1.markdoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/routes/changelog/(entries)/2026-08-03-1.markdoc diff --git a/src/routes/changelog/(entries)/2026-08-03-1.markdoc b/src/routes/changelog/(entries)/2026-08-03-1.markdoc new file mode 100644 index 0000000000..7041ecdd8a --- /dev/null +++ b/src/routes/changelog/(entries)/2026-08-03-1.markdoc @@ -0,0 +1,20 @@ +--- +layout: changelog +title: "Pricing update: storage costs for builds and deployments will be enforced" +date: 2026-08-03 +--- + +Starting **September 1st, 2026**, we will begin enforcing storage costs for build artifacts and deployments on [Appwrite Cloud](/pricing). + +Build outputs and deployment artifacts for [Functions](/docs/products/functions/deployments) and [Sites](/docs/products/sites/deployments) have always counted toward your project's storage allowance, but until now they were not enforced as part of your billed storage usage. From September 1st, this storage will be included in your project's storage usage, and any usage beyond your plan's limits will be billed at the standard additional storage rate. + +To reduce your storage footprint before enforcement begins, you can: + +- Configure [deployment retention](/docs/products/functions/deployments#deployment-retention) for Functions and Sites to automatically delete old non-active deployments +- Manually delete deployments you no longer need from the Console or via the APIs + +You can review your current storage usage in the Console under your project's usage dashboard. + +{% arrow_link href="/pricing" %} +View Appwrite's pricing plans +{% /arrow_link %} From 89829e6ff354baf2b161027c6ccba2bf9ce53112 Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Mon, 3 Aug 2026 20:56:01 +0530 Subject: [PATCH 2/2] Apply suggestion from @adityaoberai --- src/routes/changelog/(entries)/2026-08-03-1.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/changelog/(entries)/2026-08-03-1.markdoc b/src/routes/changelog/(entries)/2026-08-03-1.markdoc index 7041ecdd8a..85dad20925 100644 --- a/src/routes/changelog/(entries)/2026-08-03-1.markdoc +++ b/src/routes/changelog/(entries)/2026-08-03-1.markdoc @@ -4,7 +4,7 @@ title: "Pricing update: storage costs for builds and deployments will be enforce date: 2026-08-03 --- -Starting **September 1st, 2026**, we will begin enforcing storage costs for build artifacts and deployments on [Appwrite Cloud](/pricing). +Starting **September 1st, 2026**, we will begin enforcing storage costs for build artifacts and deployments on [Appwrite Cloud](https://cloud.appwrite.io). Build outputs and deployment artifacts for [Functions](/docs/products/functions/deployments) and [Sites](/docs/products/sites/deployments) have always counted toward your project's storage allowance, but until now they were not enforced as part of your billed storage usage. From September 1st, this storage will be included in your project's storage usage, and any usage beyond your plan's limits will be billed at the standard additional storage rate.