Command Reference
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.