REPO(1) Repo Manual REPO(1)

repo - repo wipe - manual page for repo wipe

repo wipe <project>...

Summary

Wipe projects from the worktree

show this help message and exit
force wipe shared projects and uncommitted changes
force wipe even if there are uncommitted changes
force wipe even if the project shares an object directory

show all output
only show errors

operate starting at the outermost manifest
do not operate on outer manifests
only operate on this (sub)manifest
operate on this manifest and its submanifests

Run `repo help wipe` to view the detailed manual.

The 'repo wipe' command removes the specified projects from the worktree (the checked out source code) and deletes the project's git data from `.repo`.

This is a destructive operation and cannot be undone.

Projects can be specified either by name, or by a relative or absolute path to the project's local directory.

$ repo wipe platform/build

$ repo wipe build/make

November 2025 repo wipe