From 334193da822f0367b8bd33a976c9ce19477ddabf Mon Sep 17 00:00:00 2001 From: Guy Lubovitch Date: Tue, 23 Jun 2026 17:24:14 -0700 Subject: [PATCH 1/3] docs(cloud): add Stopped Instances terms to Startup tier Add Stopped Instances and Snapshot Retention items to the Terms section. A stopped instance is removed after 14 days. After removal a snapshot is kept for an additional 14 days. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cloud/startup-tier.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cloud/startup-tier.md b/cloud/startup-tier.md index f42f0334..3e854251 100644 --- a/cloud/startup-tier.md +++ b/cloud/startup-tier.md @@ -53,6 +53,12 @@ The Startup Tier includes essential features like **TLS** and **Automated Backup > > ⚠️ Prices are subject to change +### Stopped Instances +> An instance that is stopped will be removed after 14 days. Resume it within 14 days to keep it. + +### Snapshot Retention +> Once an instance is removed we keep a snapshot for an additional 14 days. + ## Getting Started From 4da50ebc320faffc2cdb9afc2086ac4c4188277c Mon Sep 17 00:00:00 2001 From: Guy Lubovitch Date: Wed, 24 Jun 2026 07:20:30 -0700 Subject: [PATCH 2/3] docs(cloud): apply review feedback to Startup tier terms Reword Stopped Instances to note a snapshot is taken before removal and is restorable for 14 days. Replace the snapshot section with the backup policy, mirroring the structure used on the Pro and Enterprise pages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cloud/startup-tier.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/startup-tier.md b/cloud/startup-tier.md index 3e854251..6a2fe58c 100644 --- a/cloud/startup-tier.md +++ b/cloud/startup-tier.md @@ -54,10 +54,10 @@ The Startup Tier includes essential features like **TLS** and **Automated Backup > ⚠️ Prices are subject to change ### Stopped Instances -> An instance that is stopped will be removed after 14 days. Resume it within 14 days to keep it. +> An instance that is stopped will be removed after 14 days. Before removal, a snapshot will be taken containing its data, allowing it to be restored for the next 14 days. -### Snapshot Retention -> Once an instance is removed we keep a snapshot for an additional 14 days. +### Backups +> Backups are taken automatically every 12h and retained for 7 days. ## Getting Started From e78a3717614063ab8ee0793b65f31fead06cf70b Mon Sep 17 00:00:00 2001 From: Guy Lubovitch Date: Thu, 25 Jun 2026 06:42:10 -0700 Subject: [PATCH 3/3] docs(cloud): add Snapshots section to Startup tier terms Add a Snapshots section clarifying that all snapshots are automatically deleted after 14 days, including the one taken before a stopped instance is removed. Mirrors the Pro and Enterprise tiers for consistency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cloud/startup-tier.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud/startup-tier.md b/cloud/startup-tier.md index 6a2fe58c..6eee3392 100644 --- a/cloud/startup-tier.md +++ b/cloud/startup-tier.md @@ -56,6 +56,9 @@ The Startup Tier includes essential features like **TLS** and **Automated Backup ### Stopped Instances > An instance that is stopped will be removed after 14 days. Before removal, a snapshot will be taken containing its data, allowing it to be restored for the next 14 days. +### Snapshots +> All snapshots are automatically deleted after 14 days. This applies to every snapshot, including the one taken before a stopped instance is removed. + ### Backups > Backups are taken automatically every 12h and retained for 7 days.