Skip to main content
Use this endpoint to permanently delete a snapshot template. The operation removes all snapshot files from disk and deletes the associated database record. This cannot be undone.
Deleting a snapshot that capsules depend on will prevent those capsules from being resumed. If any paused capsule was created from this template, resuming it after deletion will fail. Verify that no paused capsules rely on this snapshot before deleting it.

Endpoint

Authentication

string
required
Your team’s API key. Pass the full wrn_... key value.

Path parameters

string
required
The name of the snapshot template to delete. This must exactly match the name field returned by GET /v1/snapshots.

Example request

Response

Returns 204 No Content on success. No body is returned.

Python SDK

Error responses