Skip to content

Unmount Local Sources

The devbox umount command removes local source code mounts from your project's containers, reverting to the stable sources.

Note

Like other DevBox commands, this command supports automatic project detection based on your current directory. If automatic detection fails, you can specify the project name explicitly.

Usage

devbox umount [--name <project-name>] [--source <source-name>]
Option Required Description
--name <project-name> no Project name. If not specified, will be detected from Git source
--source <source-name> no Source name. If not specified, will be detected from Git source

Example

# Unmount sources from current directory
devbox umount