Delete a runtime cache from a Connect server. Requires Administrator privileges.
Arguments
- client
A
Connect
object.- language
The language of the cache, either "R" or "Python".
- version
The version of the cache, e.g. "4.3.3".
- image_name
Optional. The name of the off-host execution image for the cache, or "Local" (the default) for native execution caches.
- dry_run
Optional, default
FALSE
. If true, perform a dry run of the deletion.
Value
A Task
object representing the deletion task. If dry_run
is
TRUE
, returns NULL
or throws an error if the deletion would fail.
See also
Other server management functions:
get_runtime_caches()