ResourceUpdate[resource]
updates to the latest version of the specified resource object.
ResourceUpdate["name"]
updates the resource with the specified name.
ResourceUpdate
ResourceUpdate[resource]
updates to the latest version of the specified resource object.
ResourceUpdate["name"]
updates the resource with the specified name.
Details and Options
- ResourceUpdate replaces locally stored resource metadata with the latest version from the repository. Updated content is retrieved as needed.
- ResourceUpdate[All] updates all locally stored resources with newer versions available in the repository and gives a list of updated resources.
- ResourceUpdate takes the following options:
-
ResourceSystemBase Automatic the base location of the global resource system ResourceVersion Automatic version to select of a published resource
Examples
open all close allBasic Examples (1)
Scope (3)
ResourceVersion (3)
Specify an old version of a prompt:
ResourceObject["Prompt: Emojify", ResourceVersion -> "1.0.0"]Update to the latest compatible version:
updated = ResourceUpdate["Prompt: Emojify"]updated["Version"]Use the ResourceObject instead of the string name:
wm = ResourceObject["WolframModel"]ResourceUpdate[wm]Update all locally cached versions of published resources:
updated = ResourceUpdate[All]Options (2)
ResourceSystemBase (1)
Specify Wolfram repositories as the source of a published resource:
ResourceUpdate["BirdSay", ResourceSystemBase -> "https://resources.wolframcloud.com"]ResourceVersion (1)
Specify the version you would like using ResourceVersion:
resource = ResourceUpdate["PlotGrid", ResourceVersion -> "1.0.0"]See other available version numbers:
resource["VersionsAvailable"]ResourceUpdate["PlotGrid", ResourceVersion -> "4.3.2"]ResourceUpdate["PlotGrid", ResourceVersion -> "Latest"]Related Guides
History
Text
Wolfram Research (2017), ResourceUpdate, Wolfram Language function, https://reference.wolfram.com/language/ref/ResourceUpdate.html.
CMS
Wolfram Language. 2017. "ResourceUpdate." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ResourceUpdate.html.
APA
Wolfram Language. (2017). ResourceUpdate. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ResourceUpdate.html
BibTeX
@misc{reference.wolfram_2026_resourceupdate, author="Wolfram Research", title="{ResourceUpdate}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/ResourceUpdate.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_resourceupdate, organization={Wolfram Research}, title={ResourceUpdate}, year={2017}, url={https://reference.wolfram.com/language/ref/ResourceUpdate.html}, note=[Accessed: 12-June-2026]}