You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clears all of the the state information stored in system indices by {es} features, including the security and machine learning indices.
10
+
11
+
WARNING: Intended for development and testing use only. Do not reset features on a production cluster.
12
+
13
+
[source,console]
14
+
-----------------------------------
15
+
POST /_features/_reset
16
+
-----------------------------------
17
+
18
+
[[reset-features-api-request]]
19
+
==== {api-request-title}
20
+
21
+
`POST /_features/_reset`
22
+
23
+
24
+
[[reset-features-api-desc]]
25
+
==== {api-description-title}
26
+
27
+
Return a cluster to the same state as a new installation by resetting the feature state for all {es} features. This deletes all state information stored in system indices.
28
+
29
+
Note that select features might provide a way to reset particular system indices. Using this API resets _all_ features, both those that are built-in and implemented as plugins.
30
+
31
+
To list the features that will be affected, use the <<get-features-api,get features API>>.
32
+
33
+
IMPORTANT: The features installed on the node you submit this request to are the features that will be reset. Run on the master node if you have any doubts about which plugins are installed on individual nodes.
0 commit comments