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

Destroy: spin:down

Destroys (removes) your Docker-based development environment for a given project, cleaning up containers and associated resources.

Usage

loom spin:down [name]

Arguments

Argument Required Description
name Yes Name of the environment to remove

Options

(None)

What it Does

  • Stops any running containers for this environment.
  • Removes the environment completely, including its containers and network.

Notes

  • You must run spin:down before rebuilding an environment with new configuration.
  • This does not delete your actual project files or source code.