Destroy Project¶
The devbox destroy
command removes a project and all its resources completely.
Usage¶
Option | Required | Description |
---|---|---|
--name <project-name> |
no | Project name. If not specified, will be detected from Git source |
Example¶
# Destroy current project
devbox destroy
# Destroy specific project
devbox --name project-name destroy