Create a Snapshot
Use the interactive menu:Snapshots can only be created from instances in
RUNNING state.List Snapshots
View all your snapshots with their status, size, and creation date:- READY: Snapshot is complete and can be used
- CREATING: Snapshot is still being created
- FAILED: Snapshot creation failed
Delete a Snapshot
Remove snapshots you no longer need:Restore from a Snapshot
When creating a new instance, your snapshots appear alongside templates:Restoring from a snapshot can take up to 8 minutes per 100GB of data. The instance shows as
RESTORING during this time.Best Practices
-
Name snapshots descriptively: Include the project, date, or purpose (e.g.,
llama-finetuned-jan2026) - Snapshot before major changes: Create a snapshot before installing new packages or modifying your environment
- Clean up unused snapshots: Snapshots count toward your storage. Delete old ones you no longer need
- Keep snapshots small: Remove large temporary files before creating a snapshot to speed up creation and restoration
Snapshots vs External Backups
Snapshots are great for quickly restoring your environment, but they’re tied to Thunder Compute. For long-term data preservation, also use:- GitHub for code and configuration
- Local downloads for important outputs
- Cloud storage (R2, Google Drive) for large files