Restore from a backupAdded in 8.10
POST/restore
Strongly Consistent About endpoint data consistency
Restores the cluster from a backup. The restore is described either by a single backup ID or by a time range (from/to) that selects the backups to restore. This endpoint is only accessible while the cluster is in recovery mode; requests are rejected otherwise. The request is validated and acknowledged, but the restore itself is performed asynchronously.
Request
Responses
- 202
- 400
- 401
- 409
- 500
The restore request was accepted; returns the planned cluster changes.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
The cluster is not in recovery mode, so the restore cannot be accepted.
An internal error occurred while processing the request.