sbx rm
| 内容説明 | Remove one or more sandboxes |
|---|---|
| 利用方法 | sbx rm [SANDBOX...] [flags] |
Description
Remove one or more sandboxes and all associated resources.
Stops running sandboxes, removes their containers, cleans up any Git worktrees, and deletes sandbox state. This action cannot be undone.
Use --all to remove every sandbox (requires confirmation). Use --force to skip confirmation prompts (for non-interactive scripts).
Options
| オプション | デフォルト | 内容説明 |
|---|---|---|
--all | Remove all sandboxes | |
-f, --force | Skip confirmation prompts |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |