orbit remove
NAME
remove - delete a project from the catalog
SYNOPSIS
orbit remove [options] <project>
DESCRIPTION
Deletes save data for a known project from the catalog. The project's data for its particular version is removed from the catalog's cache and the catalog's archive.
By default, an interactive prompt will appear to confirm with the user if the
correct project is okay to be removed. To skip this interactive prompt and assume
it is correct without confirmation, use the --force
option.
To add a project to the catalog, see the install
command.
OPTIONS
<project>
Project id specification
--force
Skip interactive prompts
--verbose
Display where the removal occurs
EXAMPLES
orbit remove gates
orbit remove gates:1.0.1 --force