ddev remove

Stop and remove the containers of a project. Does not lose or harm anything unless you add --remove-data

Options

NameDescription
--all, -aStop and remove all running or container-stopped projects and remove from global projects list
--omit-snapshot, -OOmit/skip database snapshot
--remove-data, -RRemove stored project data (MySQL, logs, etc.)
--select, -sInteractively select a project to stop
--snapshot, -SCreate database snapshot
--stop-ssh-agentStop the ddev-ssh-agent container
--unlist, -URemove the project from global project list, it won't show in ddev list until started again