Share feedback
Answers are generated based on the documentation.

docker sandbox reset

DescriptionReset all VM sandboxes and clean up state
Usagedocker sandbox reset [OPTIONS]

Description

Reset all VM sandboxes and permanently delete all VM data.

This command will:

  • Stop all running VMs gracefully (30s timeout)
  • Delete all VM state directories in ~/.docker/sandboxes/vm/
  • Clear all internal registries

The daemon will continue running with fresh state after reset.

⚠️ WARNING: This is a destructive operation that cannot be undone! All running agents will be forcefully terminated and their work will be lost.

By default, you will be prompted to confirm (y/N). Use --force to skip the confirmation prompt.

Options

OptionDefaultDescription
-f, --forceSkip confirmation prompt