Skip to main content

Deleting the BranchCache configuration

The command you use for deleting the BranchCache service on your storage virtual machine (SVM) differs depending on whether you want to delete or keep existing hashes.

Run the appropriate command:
If you want to...Then enter the following...
Delete the BranchCache configuration and delete existing hashesvserver cifs branchcache delete -vserver vserver_name -flush-hashes true
Delete the BranchCache configuration but keep existing hashesvserver cifs branchcache delete -vserver vserver_name -flush-hashes false

Example

The following example deletes the BranchCache configuration on SVM vs1 and deletes all existing hashes:

cluster1::> vserver cifs branchcache delete -vserver vs1 -flush-hashes true