2 Stop Command
Danny edited this page 2025-04-24 13:43:19 +01:00

Stop: spin:stop

Gracefully stops running containers for your environment (without removing them).

Usage

loom spin:stop [name]

Arguments

Argument Required Description
name Yes Name of your environment

Options

(None)

What it Does

  • Stops all containers for your project environment.
  • Leaves containers and project resources intact (can be started again).

Notes

  • Use when you want to pause but not remove your environment.
  • Start again with spin:start.