hub backup delete

Use the hub backup delete command to delete the backup of a specific Data Hub model.

Usage

hub backup delete --m ModelName --p Path
Required Argument Description
Yes --m ModelName Specifies the name of the model backup you want to delete.
No --p Path Specifies the path and folder to which the backup was saved. If you omit this option the command will delete the back-up model from the following folder: SpectrumLocation\server\modules\hub\db\backups

Example

This example deletes a backed-up model called PersonalBanking from the default backup folder.

hub backup delete --m PersonalBanking