Skip to content

Add 'Availability SLA' section to platform documentation #2072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/routes/docs/advanced/platform/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
new: isNewUntil('31 July 2025'),
label: 'Support SLA',
href: '/docs/advanced/platform/support-sla'
},
{
new: isNewUntil('31 July 2025'),
label: 'Uptime SLA',
href: '/docs/advanced/platform/uptime-sla'
}
]
}
Expand Down
63 changes: 63 additions & 0 deletions src/routes/docs/advanced/platform/uptime-sla/+page.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
layout: article
title: Uptime SLA
description: Learn about Appwrite's uptime service level agreement and commitments for different subscription plans.
---

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.

# Uptime commitments {% #uptime-commitments %}

We commit to maintaining the following monthly uptime percentages based on your subscription plan:

| Plan | Monthly Uptime Commitment |
| --- | --- |
| **Free** | N/A |
| **Pro** | 99.5% |
| **Scale** | 99.9% |
| **Enterprise** | 99.95% |

# Allowed downtime {% #allowed-downtime %}

Based on the above uptime commitments, permissible downtime durations are:

| Plan | Annual Downtime | Monthly Downtime |
| --- | --- | --- |
| **Free** | N/A | N/A |
| **Pro** | ~1.83 days | ~3.6 hours |
| **Scale** | ~8.76 hours | ~43.2 minutes |
| **Enterprise** | ~4.38 hours | ~21.6 minutes |

# Service credit terms {% #service-credit-terms %}

If we fail to meet our uptime commitment, affected users may be eligible for service credits according to the following schedule:

| Plan | Uptime < Commitment but ≥ 99% | Uptime < 99% but ≥ 95% | Uptime < 95% |
| --- | --- | --- | --- |
| **Pro** | 10% of monthly fee | 25% of monthly fee | 50% of monthly fee |
| **Scale** | 10% of monthly fee | 25% of monthly fee | 50% of monthly fee |
| **Enterprise** | 10% of monthly fee | 25% of monthly fee | 50% of monthly fee |

# Credit request procedure {% #credit-request-procedure %}

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.

# SLA exclusions {% #sla-exclusions %}

Downtime specifically excludes periods caused by:

- Scheduled maintenance activities communicated in advance.
- Events beyond our reasonable control (e.g., natural disasters, third-party outages, governmental actions).
- Customer or third-party actions, including incorrect configurations or misuse of our services.
- Minor performance degradations that do not materially impact core functionality.
- External network issues beyond our infrastructure.

# Commitment to continuous improvement {% #commitment-to-continuous-improvement %}

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.

# Modifications {% #modifications %}

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.

For questions or concerns regarding this SLA, please contact us at our [contact page](/contact-us).