Snapshots
Create collection snapshot
Create new snapshot for a collection
post/collections/{collection_name}/snapshots
Path parameters
collection_namestring required
Name of the collection for which to create a snapshot
Query parameters
waitboolean
If true, wait for changes to actually happen. If false - let changes happen in background. Default is true.
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok",
"result": {
"name": "my-collection-3766212330831337-2024-07-22-08-31-55.snapshot",
"creation_time": "2022-08-04T10:49:10",
"size": 1000000,
"checksum": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0"
}
}