ddev_stop
Stop DDEV project containers non-destructively, preserving the database and code. Safely halt services while keeping all project data intact for future restarts.
Instructions
Stop and remove the containers of a DDEV project. Non-destructive: leaves database and code intact. Run from project dir or pass project name(s). Usage: ddev stop [projectname ...] [flags] For full options (e.g. --remove-data, --snapshot): ddev help stop
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the DDEV project directory |