Change cluster modeAdded in 8.10
PATCH/mode
Strongly Consistent About endpoint data consistency
Transitions the cluster between processing and recovery mode. This is a non-blocking operation: the request is acknowledged once the change has been accepted, before the transition itself has completed. Entering recovery mode deactivates all partitions so that only a restricted set of read-only operations remains available; exiting recovery mode returns the cluster to normal processing. Returns the planned cluster change so its progress can be monitored via the topology.
Request
Responses
- 200
- 400
- 401
- 500
The mode change request was accepted; returns the planned cluster changes.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
An internal error occurred while processing the request.