restore_snapshot
Restore indices from a snapshot. Existing indices must be closed or renamed to avoid conflicts; requires confirmation and write access.
Instructions
Restore indices from a snapshot. DESTRUCTIVE: an index that already exists must be closed or renamed via rename_pattern/rename_replacement, otherwise the restore fails. Requires writes enabled, ES_MCP_ALLOW_DESTRUCTIVE=true, and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| indices | Yes | ||
| snapshot | Yes | ||
| repository | Yes | ||
| rename_pattern | No | ||
| include_aliases | No | ||
| rename_replacement | No | ||
| wait_for_completion | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |