Skip to content

targets remove

Remove a target.

clonit targets remove <name>
Argument Description Required
name Name of the target to remove Yes

Removes the specified target from the database. This deletes the target configuration but does not remove any snapshots or files associated with the target.

Remove a target:

clonit targets remove mydb

Remove a target with debug output:

clonit --debug targets remove old-production