Delete sandbox environments and clean up resources
vibekit local delete
command removes sandbox environments, freeing up resources and cleaning up Docker containers. It supports bulk operations, interactive selection, and forced deletion.
Option | Description | Default |
---|---|---|
--force | Skip confirmation prompt | false |
--all | Delete all environments | false |
--interactive | Interactive selection mode | false |
--cleanup | Show additional cleanup commands | false |
~/.vibekit/environments.json
--save-output
--force
, confirms deletion:
--force
for scripts:
--force
: Faster (no confirmation)vibekit local list
- List environments before deletionvibekit local status
- Check environment statevibekit local create
- Create new environmentsvibekit init
- Reinitialize after major cleanup