remove

Attempts to remove the selected project(s) from the vault. If more than one project is selected, the --force option must be supplied. Once removed, projects cannot be recovered.

usage: cmri project remove [--force]

Take extreme caution when attempting to remove multiple projects as it is possible to remove all projects in the vault. Once removed, projects cannot be recovered. Silverthread strongly recommends administrators to back up the data vault on a regular basis.

In order to ensure that only a single project is selected, use the common --selection option as shown below:

project remove --selection myproject

For more information about selection options, see CodeMRI CLI Reference or run cmri --help.

optional arguments:

-f, --force

Confirm removal of multiple selected projects. By default, the remove command will refuse to operate if more than one project is selected. Supply the --force option to override this behavior.