Skip to content
Fuse
Esc
navigateopen⌘Jpreview
On this page

fuse snapshot delete

Delete a snapshot

fuse snapshot delete <id> [--yes]

Alias: rm. Leaf-only: also deletes the underlying provider artifact. There is no soft-delete.

Flags

Flag Purpose
--yes Skip the confirmation prompt.

Without --yes in an interactive terminal, prompts for confirmation and warns that the stored artifact is also being deleted, not just the record. Outside an interactive terminal it aborts with aborted (use --yes to skip confirmation) rather than prompting, so scripted deletes must pass --yes.

Was this page helpful?