Hello,
After checking this page https://docs.netapp.com/us-en/ontap/revert/task_reverting_an_ontap_cluster.html#step-1-prepare-the-cluster-for-reversion I found an interesting syntax that allows modifying entries matching a filter.
network interface modify {-role data} -status-admin down
I wanted to test that for volume modify but it's not working.
vol modify -vserver SVM_NAME {-snapshot-policy none-DR} -snapshot-policy none
Any idea ? 😢