avc delete
Removes a snapshot from the database. Any object blobs that are no longer referenced by other snapshots are also garbage-collected.
avc delete snap-abc123avc delete snap-abc123 --jsonJSON output
Section titled “JSON output”{ "id": "snap-abc123", "success": true}Caution
Section titled “Caution”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.