Snapshots

Delete collection snapshot

Delete snapshot for a collection

delete/collections/{collection_name}/snapshots/{snapshot_name}

Path parameters

collection_namestring required

Name of the collection for which to delete a snapshot

snapshot_namestring required

Name of the snapshot to delete

Query parameters

waitboolean

If true, wait for changes to actually happen. If false - let changes happen in background. Default is true.

Response

successful operation

timenumber float

Time spent to process this request

statusstring
resultboolean

Example response

{
  "time": 0.002,
  "status": "ok"
}

Changes

Changed in 1 of the 18 revisions of this API.3

    • api tag Snapshots added

      api-tag-added

    • api tag collections removed

      api-tag-removed

    • api tag snapshots removed

      api-tag-removed