# velocirepo remove-project


Remove a project from the config


``` bash
velocirepo remove-project [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Remove a project from the config

    Usage:
      velocirepo remove-project <id> [flags]

    Aliases:
      remove-project, rm-project

    Flags:
          --delete-data   also remove the project's data directories
      -f, --force         skip confirmation prompt
      -h, --help          help for remove-project

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`--delete-data`  
also remove the project's data directories

`-f, --force`  
skip confirmation prompt

`-h, --help`  
help for remove-project

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
