Delete the BranchCache configuration
Suggest changes
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.
Step
-
Run the appropriate command:
If you want to… Then enter the following… Delete the BranchCache configuration and delete existing hashes
vserver cifs branchcache delete -vserver vserver_name -flush-hashes true
Delete the BranchCache configuration but keep existing hashes
vserver 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