stop

Gracefully stop your project's running containers without removing them. Containers can be started again with `spin up`.

Usage

Usage for "spin stop"
spin stop [OPTIONS] [SERVICE...]

Example

Stop all project services
spin stop
Stop a single service
spin stop php

Official Documentation & Additional Options

This command is a shortcut for docker compose stop and can accept additional options that you pass to it.

Special notes

  • Unlike spin down, this keeps your containers and networks in place — it only stops the processes.
  • If you need to immediately kill every container on your machine (not just this project), see spin kill.