vagrant-snapshot
Verified for current stable LTS
Vagrant Snapshot Command: Delete Snapshot
Use for delete snapshot with Vagrant Snapshot. Exact CLI syntax to delete snapshot using Vagrant Snapshot.
When to use this: Use for delete snapshot with Vagrant Snapshot.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
vagrant snapshot delete <snapshot_name> vagrant snapshot delete <snapshot_name> Live Command Builder
Final Command
vagrant snapshot delete <snapshot_name> Command Breakdown
vagrant is the base executable for this command.
FAQ
Purpose: Exact syntax to delete snapshot using Vagrant Snapshot.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Vagrant Snapshot Command: List Available Snapshots Of Machine
vagrant snapshot list Vagrant Snapshot Command: Restore Snapshot And Start Machine vagrant snapshot restore <snapshot_name> Vagrant Snapshot Command: Restore Snapshot Without Starting Machine vagrant snapshot restore --no-start <snapshot_name> Vagrant Snapshot Command: Take Snapshot Of Machine vagrant snapshot save <snapshot_name>