kill

Send `SIGKILL` to **all running containers on your machine** (not just your project's containers). See the documentation on docker kill for more advanced usage.

Usage

Usage for "spin kill"
spin kill

Special notes

  • This command runs docker kill directly (not docker compose kill), so it affects every running container on your machine and does not accept any options.
  • You will be prompted to confirm before anything is killed. Because of this prompt, avoid using spin kill in scripts, CI, or other non-interactive contexts — it will hang waiting for input.
  • If you only want to stop your current project's containers, use spin stop or spin down instead.