elasticsearch/es-snapshot-restore

Restore Snapshot

Restore index from snapshot

elasticsearch
snapshot
restore

Command

curl -X POST 'http://localhost:9200/_snapshot/my_backup/snapshot_1/_restore?pretty'

Examples

Restore from 2025 snapshot

curl -X POST 'http://localhost:9200/_snapshot/my_repo/snap_2025/_restore?pretty'