index snapshot delete

The index snapshot delete command deletes a search index snapshot.

Usage

index snapshot delete
Required Argument Description
Yes --i Index name Name of the search index, the snapshot of which is to be deleted.
Yes --s Snapshot name Name 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