Snapshots
Recover from a snapshot
Recover local collection data from a snapshot. This will overwrite any data, stored on this node, for the collection. If collection does not exist - it will be created.
put/collections/{collection_name}/snapshots/recover
Path parameters
collection_namestring required
Name of the collection
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"
}