burner burn
Delete projects to clean up your burner home directory.
burner burn [name] [options]
Aliases
burner rm
Arguments
| Argument | Description |
|---|---|
[name] |
Specific project name to delete (optional) |
Options
| Option | Description |
|---|---|
-d, --days <DAYS> |
Delete projects older than specified days |
-f, --force |
Skip confirmation prompt |
-i, --interactive |
Interactive mode: select projects to delete |
-a, --all |
Delete ALL burner projects |
Examples
# Delete a specific project
burner burn my-experiment
# Delete projects older than 30 days
burner burn --days 30
# Force delete without confirmation
burner burn -f --days 7
# Interactive selection
burner burn -i
# Delete all projects
burner burn --all
# Force delete all projects
burner burn --all -f
Warning: Deleted projects cannot be recovered. Use -f with caution.
How It Works
- Without arguments, uses the configured
autoCleanDayssetting - Interactive mode shows a multi-select list with project age indicators
- Always asks for confirmation unless
-fis used