targets remove
Remove a target.
clonit targets remove <name>Arguments
Section titled “Arguments”| Argument | Description | Required |
|---|---|---|
name |
Name of the target to remove | Yes |
Description
Section titled “Description”Removes the specified target from the database. This deletes the target configuration but does not remove any snapshots or files associated with the target.
Examples
Section titled “Examples”Remove a target:
clonit targets remove mydbRemove a target with debug output:
clonit --debug targets remove old-productionSee Also
Section titled “See Also”- targets – List all targets
- targets add – Add a new target