Share feedback
Answers are generated based on the documentation.

sbx reset

内容説明Reset all sandboxes and clean up state
利用方法sbx reset [flags]

Description

Reset Docker Sandboxes to a freshly-installed state.

This command will:

  • Stop all running sandboxes gracefully (30s timeout)
  • Clear image cache
  • Clear all internal registries
  • Delete all sandbox state
  • Remove all policies
  • Delete all stored secrets
  • Sign out of Docker Sandboxes
  • Stop the daemon
  • Remove all state, cache, and config directories

WARNING: This is destructive and cannot be undone. Running agents will be terminated and their work lost. Cached images will be deleted and recreated on next use. Stored secrets will need to be re-entered.

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

Options

オプションデフォルト内容説明
-f, --forceSkip confirmation prompt
--preserve-secretsKeep stored secrets

Global options

オプションデフォルト内容説明
-D, --debugEnable debug logging