File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ created the snapshotting process will be aborted and all files created as part o
401
401
cleaned. Therefore, the delete snapshot operation can be used to cancel long running snapshot operations that were
402
402
started by mistake.
403
403
404
- A repository can be deleted using the following command:
404
+ A repository can be unregistered using the following command:
405
405
406
406
[source,sh]
407
407
-----------------------------------
@@ -410,7 +410,7 @@ DELETE /_snapshot/my_fs_backup
410
410
// CONSOLE
411
411
// TEST[continued]
412
412
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
414
414
the snapshots. The snapshots themselves are left untouched and in place.
415
415
416
416
[float]
You can’t perform that action at this time.
0 commit comments