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.12.10","v22.11.0").- platform
Character string. Platform (e.g.,
"win","mac","linux"). For Node.js, use the combined platform-arch format shown bycache_info().- arch
Character string. Architecture (
"x64"or"arm64"). Ignored for Node.js (embedded in platform).
See also
cache_info() to list cached versions, cache_clear() to
remove all cached assets of a type.