Snapshots
Recover from a snapshot
Recover shard of a local collection data from a snapshot. This will overwrite any data, stored in this shard, for the collection.
put/collections/{collection_name}/shards/{shard_id}/snapshots/recover
Path parameters
collection_namestring required
Name of the collection
shard_idinteger required
Id of the shard to recover
Query parameters
waitboolean
If true, wait for changes to actually happen. If false - let changes happen in background. Default is true.
Request body
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok"
}