UnsetShared
✖
UnsetShared
✖
UnsetShared[patt]
stops the sharing of all variables and functions whose names match the string pattern patt.
Details

- UnsetShared["*"] stops sharing of all currently shared variables and functions.
- UnsetShared has attribute HoldAll.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/05f6dvmhgh-fggqf2
All accesses are synchronized:
In[2]:=2

✖
https://wolfram.com/xid/05f6dvmhgh-bbyp57
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/05f6dvmhgh-ino0jz
Out[3]=3

The value on the master kernel remains:
In[4]:=4

✖
https://wolfram.com/xid/05f6dvmhgh-jh0ue
Out[4]=4

The variables on the subkernels are no longer synchronized:
In[5]:=5

✖
https://wolfram.com/xid/05f6dvmhgh-veo9j
Out[5]=5

Stop sharing all variables and functions:
In[1]:=1

✖
https://wolfram.com/xid/05f6dvmhgh-lijjdc
Out[1]=1

Properties & Relations (1)Properties of the function, and connections to other functions
Wolfram Research (2008), UnsetShared, Wolfram Language function, https://reference.wolfram.com/language/ref/UnsetShared.html.
✖
Wolfram Research (2008), UnsetShared, Wolfram Language function, https://reference.wolfram.com/language/ref/UnsetShared.html.
Text
Wolfram Research (2008), UnsetShared, Wolfram Language function, https://reference.wolfram.com/language/ref/UnsetShared.html.
✖
Wolfram Research (2008), UnsetShared, Wolfram Language function, https://reference.wolfram.com/language/ref/UnsetShared.html.
CMS
Wolfram Language. 2008. "UnsetShared." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/UnsetShared.html.
✖
Wolfram Language. 2008. "UnsetShared." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/UnsetShared.html.
APA
Wolfram Language. (2008). UnsetShared. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/UnsetShared.html
✖
Wolfram Language. (2008). UnsetShared. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/UnsetShared.html
BibTeX
✖
@misc{reference.wolfram_2025_unsetshared, author="Wolfram Research", title="{UnsetShared}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/UnsetShared.html}", note=[Accessed: 23-May-2025
]}
BibLaTeX
✖
@online{reference.wolfram_2025_unsetshared, organization={Wolfram Research}, title={UnsetShared}, year={2008}, url={https://reference.wolfram.com/language/ref/UnsetShared.html}, note=[Accessed: 23-May-2025
]}