Clear the cache of searchable snapshots Technical preview
Path parameters
-
A comma-separated list of index names
Query parameters
-
expand_wildcards string | array[string]
Whether to expand wildcard expression to concrete indices that are open, closed or both.
-
allow_no_indices boolean
Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes
_all
string or when no indices have been specified) -
pretty boolean
-
human boolean
POST /{index}/_searchable_snapshots/cache/clear
curl \
-X POST http://api.example.com/{index}/_searchable_snapshots/cache/clear
Response examples (200)
{}