Skip to content

Commit

Permalink
Remove exps in remote git repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
karajan1001 committed Sep 2, 2021
1 parent 743e15d commit 0f75846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/docs/command-reference/exp/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Delete specific `dvc experiments` from the <abbr>project</abbr>.
## Synopsis

```usage
usage: dvc exp remove [-h] [-q | -v] [--queue | -A]
usage: dvc exp remove [-h] [-q | -v] [--queue | -A | -g <git_remote>]
[<name> [<name> ...]]
positional arguments:
Expand All @@ -28,6 +28,9 @@ With `--queue`, the list of experiments awaiting execution is cleared instead.

- `-A`, `--all` - remove all experiments (includes `--queue`).

- `-g`, `--git-remote` - Name of the Git remote to GC all of the experiment
branches.

- `-h`, `--help` - shows the help message and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no
Expand Down

0 comments on commit 0f75846

Please sign in to comment.