ddev remove
Stop and remove the containers of a project. Does not lose or harm anything unless you add --remove-data
Options
Name | Description |
---|---|
--all, -a | Stop and remove all running or container-stopped projects and remove from global projects list |
--omit-snapshot, -O | Omit/skip database snapshot |
--remove-data, -R | Remove stored project data (MySQL, logs, etc.) |
--select, -s | Interactively select a project to stop |
--snapshot, -S | Create database snapshot |
--stop-ssh-agent | Stop the ddev-ssh-agent container |
--unlist, -U | Remove the project from global project list, it won't show in ddev list until started again |