Removes a single cached runtime version instead of clearing the
entire cache. Use cache_info() to see what's available.
Arguments
- runtime
Character string. One of
"r","python", or"nodejs".- version
Character string. Version to remove (e.g.,
"4.5.3","3.14.6","v22.11.0").- platform
Character string. Platform (
"win","mac", or"linux"). Required for all runtimes including Node.js. Use the same canonical names thatcache_info()reports in theplatformcolumn (e.g."mac", not"darwin").- arch
Character string. Architecture (
"x64"or"arm64"). Required for all runtimes including Node.js.
See also
cache_info() to list cached versions, cache_clear() to
remove all cached assets of a type.