Distributed

Recover cluster state

POST
Attempts to restore or synchronize the node's current state with that of its peers.

Response

This endpoint returns an object
time
doubleOptional
Time spent to process this request
status
stringOptional
result
booleanOptional
POST
1curl -X POST http://localhost:6333/cluster/recover \
2 -H "api-key: <apiKey>"
200Successful
1{
2 "time": 1.1,
3 "status": "status",
4 "result": true
5}