index snapshot delete

The index snapshot delete command deletes a search index snapshot.

Usage

index snapshot delete
RequiredArgumentDescription
Yes--i Index nameName of the search index, the snapshot of which is to be deleted.
Yes--s Snapshot nameName of the snapshot to be deleted.

Example

This example deletes the snapshot "my_snapshot" of search index "customer_index".

index snapshot delete --i customer_index --s my_snapshot