Skip to content

Commit 338e4cc

Browse files
committed
Uninstall section update
1 parent 78228f0 commit 338e4cc

File tree

4 files changed

+38
-35
lines changed

4 files changed

+38
-35
lines changed

deploy-manage/uninstall.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
---
2+
applies_to:
3+
deployment:
4+
eck:
5+
ess:
6+
ece:
7+
self:
8+
---
9+
110
# Uninstall
211

3-
% What needs to be done: Write from scratch
12+
Uninstalling Elasticsearch can become necessary for several reasons. You might encounter issues during installation that you can't resolve, decommission a host, or want to start fresh with a clean installation.
13+
14+
Each deployment type uses a different uninstallation process. Refer to the guide that matches your setup:
415

5-
% GitHub issue: https://github.com/elastic/docs-projects/issues/362
16+
* [Uninstall Elastic Cloud Enterprise](/deploy-manage/uninstall/uninstall-elastic-cloud-enterprise)
17+
* [Uninstall Elastic Cloud on Kubernetes](/deploy-manage/uninstall/uninstall-elastic-cloud-on-kubernetes)
18+
* [Uninstall a self-managed cluster](/deploy-manage/uninstall/uninstall-a-self-managed-cluster)
19+
* [Delete a cloud deployment](/deploy-manage/uninstall/delete-a-cloud-deployment)
620

7-
⚠️ **This page is a work in progress.** ⚠️
Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
11
---
2-
mapped_urls:
3-
- https://www.elastic.co/guide/en/cloud-heroku/current/ech-delete-deployment.html
4-
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-delete-deployment.html
5-
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-terminate-deployment.html
6-
- https://www.elastic.co/guide/en/cloud/current/ec-delete-deployment.html
7-
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-restore-deployment.html
8-
- https://www.elastic.co/guide/en/cloud/current/ec-billing-stop.html
9-
- https://www.elastic.co/guide/en/serverless/current/general-billing-stop-project.html
2+
applies_to:
3+
deployment:
4+
ess:
105
---
116

127
# Delete a cloud deployment
138

14-
% What needs to be done: Refine
9+
To delete a cloud deployment, select **Delete deployment** from the deployment overview page.
1510

16-
% Use migrated content from existing pages that map to this page:
11+
When you delete your deployment, billing stops immediately rounding up to the nearest hour.
1712

18-
% - [ ] ./raw-migrated-files/cloud/cloud-heroku/ech-delete-deployment.md
19-
% - [ ] ./raw-migrated-files/cloud/cloud-enterprise/ece-delete-deployment.md
20-
% - [ ] ./raw-migrated-files/cloud/cloud-enterprise/ece-terminate-deployment.md
21-
% - [ ] ./raw-migrated-files/cloud/cloud/ec-billing-stop.html
22-
% - [ ] ./raw-migrated-files/cloud/cloud/ec-delete-deployment.md
23-
% - [ ] ./raw-migrated-files/docs-content/serverless/general-billing-stop-project.html
24-
% - [ ] ./raw-migrated-files/cloud/cloud-enterprise/ece-restore-deployment.md
25-
% Notes: if you need to restore a deleted deployment ...
13+
::::{warning}
14+
When deployments are deleted, we erase all data on disk, including snapshots. Snapshots are retained for very a limited amount of time post deletion and we cannot guarantee that deleted deployments can be restored from snapshots for this reason. If you accidentally delete a deployment, please contact support as soon as possible to increase the likelihood of restoring your deployment.
15+
::::
2616

27-
⚠️ **This page is a work in progress.** ⚠️
17+
::::{tip}
18+
If you want to keep the snapshot for future purposes even after the deployment deletion, you should [use a custom snapshot repository](../../../deploy-manage/tools/snapshot-and-restore/elastic-cloud-hosted.md).
19+
::::
2820

29-
The documentation team is working to combine content pulled from the following pages:
30-
31-
* [/raw-migrated-files/cloud/cloud-heroku/ech-delete-deployment.md](/raw-migrated-files/cloud/cloud-heroku/ech-delete-deployment.md)
32-
* [/raw-migrated-files/cloud/cloud-enterprise/ece-delete-deployment.md](/raw-migrated-files/cloud/cloud-enterprise/ece-delete-deployment.md)
33-
* [/raw-migrated-files/cloud/cloud-enterprise/ece-terminate-deployment.md](/raw-migrated-files/cloud/cloud-enterprise/ece-terminate-deployment.md)
34-
* [/raw-migrated-files/cloud/cloud/ec-delete-deployment.md](/raw-migrated-files/cloud/cloud/ec-delete-deployment.md)
35-
* [/raw-migrated-files/cloud/cloud-enterprise/ece-restore-deployment.md](/raw-migrated-files/cloud/cloud-enterprise/ece-restore-deployment.md)
21+
Billing restarts as soon as the deployment is restored.
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Uninstall a self-managed cluster
2-
3-
% What needs to be done: Write from scratch
1+
---
2+
applies_to:
3+
deployment:
4+
self:
5+
---
46

5-
% GitHub issue: https://github.com/elastic/docs-projects/issues/362
7+
# Uninstall a self-managed cluster
68

7-
⚠️ **This page is a work in progress.** ⚠️
9+
:::{note}
10+
You can uninstall self-managed clusters, but detailed step-by-step instructions are not currently available.
11+
:::

deploy-manage/uninstall/uninstall-elastic-cloud-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You might need to remove Elastic Cloud Enterprise for one of the following reaso
1010
* If the installation process does not complete successfully and you cannot troubleshoot the issue.
1111
* If you are de-provisioning a host and want to remove the installed Elastic Cloud Enterprise software.
1212

13-
You remove Elastic Cloud Enterprise by removing all containers on the host:
13+
You can remove Elastic Cloud Enterprise by removing all containers on the host:
1414

1515
* If using Docker
1616

0 commit comments

Comments
 (0)