v17

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-2575397522.8 KB
Snapshots

Delete storage snapshot

Delete snapshot of the whole storage

delete/snapshots/{snapshot_name}

Path parameters

snapshot_namestring required

Name of the full 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"
}