Skip to content

Commit 8ecb621

Browse files
authored
Merge pull request #2072 from appwrite/availability-sla
Add 'Availability SLA' section to platform documentation
2 parents f648f47 + 5d82ab6 commit 8ecb621

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

src/routes/docs/advanced/platform/+layout.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@
157157
new: isNewUntil('31 July 2025'),
158158
label: 'Support SLA',
159159
href: '/docs/advanced/platform/support-sla'
160+
},
161+
{
162+
new: isNewUntil('31 July 2025'),
163+
label: 'Uptime SLA',
164+
href: '/docs/advanced/platform/uptime-sla'
160165
}
161166
]
162167
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
layout: article
3+
title: Uptime SLA
4+
description: Learn about Appwrite's uptime service level agreement and commitments for different subscription plans.
5+
---
6+
7+
This Uptime Service Level Agreement ("SLA") describes the uptime commitments and related service credit terms provided by APPWRITE ("we," "us," or "our") to users of our products and services ("you" or "user"). By using our services, you agree to the terms of this SLA.
8+
9+
# Uptime commitments {% #uptime-commitments %}
10+
11+
We commit to maintaining the following monthly uptime percentages based on your subscription plan:
12+
13+
| Plan | Monthly Uptime Commitment |
14+
| --- | --- |
15+
| **Free** | N/A |
16+
| **Pro** | 99.5% |
17+
| **Scale** | 99.9% |
18+
| **Enterprise** | 99.95% |
19+
20+
# Allowed downtime {% #allowed-downtime %}
21+
22+
Based on the above uptime commitments, permissible downtime durations are:
23+
24+
| Plan | Annual Downtime | Monthly Downtime |
25+
| --- | --- | --- |
26+
| **Free** | N/A | N/A |
27+
| **Pro** | ~1.83 days | ~3.6 hours |
28+
| **Scale** | ~8.76 hours | ~43.2 minutes |
29+
| **Enterprise** | ~4.38 hours | ~21.6 minutes |
30+
31+
# Service credit terms {% #service-credit-terms %}
32+
33+
If we fail to meet our uptime commitment, affected users may be eligible for service credits according to the following schedule:
34+
35+
| Plan | Uptime < Commitment but ≥ 99% | Uptime < 99% but ≥ 95% | Uptime < 95% |
36+
| --- | --- | --- | --- |
37+
| **Pro** | 10% of monthly fee | 25% of monthly fee | 50% of monthly fee |
38+
| **Scale** | 10% of monthly fee | 25% of monthly fee | 50% of monthly fee |
39+
| **Enterprise** | 10% of monthly fee | 25% of monthly fee | 50% of monthly fee |
40+
41+
# Credit request procedure {% #credit-request-procedure %}
42+
43+
To receive service credits, you must submit a support ticket within **30 days** of the incident via the Appwrite Console, providing relevant data, logs, or screenshots.
44+
45+
# SLA exclusions {% #sla-exclusions %}
46+
47+
Downtime specifically excludes periods caused by:
48+
49+
- Scheduled maintenance activities communicated in advance.
50+
- Events beyond our reasonable control (e.g., natural disasters, third-party outages, governmental actions).
51+
- Customer or third-party actions, including incorrect configurations or misuse of our services.
52+
- Minor performance degradations that do not materially impact core functionality.
53+
- External network issues beyond our infrastructure.
54+
55+
# Commitment to continuous improvement {% #commitment-to-continuous-improvement %}
56+
57+
We continuously strive to exceed the commitments outlined in this SLA by improving infrastructure resilience and service quality. While the maximum attainable uptime commitment is influenced by our upstream service providers, we aim for excellence and transparency in all operational matters.
58+
59+
# Modifications {% #modifications %}
60+
61+
We reserve the right to modify this SLA periodically. Changes will become effective upon publication on our website. Your continued use of our services indicates acceptance of these changes.
62+
63+
For questions or concerns regarding this SLA, please contact us at our [contact page](/contact-us).

0 commit comments

Comments
 (0)