Skip to content

avc delete

Removes a snapshot from the database. Any object blobs that are no longer referenced by other snapshots are also garbage-collected.

Terminal window
avc delete snap-abc123
avc delete snap-abc123 --json
{
"id": "snap-abc123",
"success": true
}

If you only want to retire a snapshot from view but keep its data, you can ignore it instead — AVC has no archive concept, but you can filter it out in the VSCode extension or Web UI sidebar.