Skip to content

Commit 3b8a886

Browse files
authored
[DOCS] Unregister repository instead of deleting it (#29206)
Relates to #15426
1 parent 8c59e43 commit 3b8a886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/modules/snapshots.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ created the snapshotting process will be aborted and all files created as part o
401401
cleaned. Therefore, the delete snapshot operation can be used to cancel long running snapshot operations that were
402402
started by mistake.
403403

404-
A repository can be deleted using the following command:
404+
A repository can be unregistered using the following command:
405405

406406
[source,sh]
407407
-----------------------------------
@@ -410,7 +410,7 @@ DELETE /_snapshot/my_fs_backup
410410
// CONSOLE
411411
// TEST[continued]
412412

413-
When a repository is deleted, Elasticsearch only removes the reference to the location where the repository is storing
413+
When a repository is unregistered, Elasticsearch only removes the reference to the location where the repository is storing
414414
the snapshots. The snapshots themselves are left untouched and in place.
415415

416416
[float]

0 commit comments

Comments
 (0)