Platform: LinuxProducts: MSP360 Backup
Article ID: s0467Last Modified: 26-Aug-2025
Delete Restore Plans (CLI 2.0)
As of Backup 4.0 for Linux, a new command line interface (CLI V2, CLI 2.0) is introduced. CLI V2 is a separate command line interface solution that has the enhanced functionality that covers the new backup format requirements.
To delete a restore plan, use the plan delete command.
Command's details:
userubuntu@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 plan delete
MSP360 Backup Command Line Interface started
delete - delete plan
Usage: /opt/local/MSP360 Backup/raw_bin/cbbCommandLineV2 [options]
Options:
-n, --name <planName> Plan name
--id <planId> Plan ID
-c, --confirm Confirms the action
Example of the command's execution:
userubuntu@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 plan delete -n "test_delete" -c
MSP360 Backup Command Line Interface started
Success.