storage-profile remove
Remove a storage profile.
clonit storage-profile remove <name>Arguments
Section titled “Arguments”| Argument | Description | Required |
|---|---|---|
name |
Name of the storage profile to remove | Yes |
Description
Section titled “Description”Removes the specified storage profile from the database. Any targets that reference this storage profile will need to be updated before push or pull operations can be performed.
Examples
Section titled “Examples”Remove a storage profile:
clonit storage-profile remove my-s3Remove with debug output:
clonit --debug storage-profile remove old-r2-profileSee Also
Section titled “See Also”- storage-profile – List storage profiles
- storage-profile add – Add a new storage profile