Current snapshot endpoints for creation, lookup, update, deletion, restore, and internal TTL registration. Snapshot APIs live under /snapshots.

Endpoints

ActionEndpoint
ListGET /snapshots
CreatePOST /snapshots
GetGET /snapshots/{id}
Update metadataPUT /snapshots/{id}
DeleteDELETE /snapshots/{id}
RestorePOST /snapshots/{id}/restore
Admin-only TTL registrationPOST /snapshots/register-ttl
POST /snapshots/register-ttl is intended for admin-mediated hypervisor flows that register TTL-created snapshots, not for standard end-user snapshot management.

Key Pages