.clear cluster cache external-artifacts command

Learn how to use the .clear cluster cache external-artifacts command to clear cached external-artifacts of language plugins.

Clears cached external-artifacts of language plugins.

This command is useful when you update external-artifact files stored in external storage, as the cache may retain the previous versions. In such scenarios, executing this command will clear the cache entries and ensure that subsequent queries run with the latest version of the artifacts.

Permissions

You must have at least Database Admin permissions to run this command.

Syntax

.clear cluster cache external-artifacts ( ArtifactURI [, … ] )

Parameters

NameTypeRequiredDescription
ArtifactURIstring✔️The URI for the external-artifact to clear from the cache.

Returns

This command returns a table with the following columns:

ColumnTypeDescription
ExternalArtifactUristringThe external artifact URI.
StatestringThe result of the clear operation on the external artifact.

Example

.clear cluster cache external-artifacts ("https://kustoscriptsamples.blob.core.windows.net/samples/R/sample_script.r", "https://kustoscriptsamples.blob.core.windows.net/samples/python/sample_script.py")
ExternalArtifactUriState
https://kustoscriptsamples.blob.core.windows.net/samples/R/sample_script.rCleared successfully on all nodes
https://kustoscriptsamples.blob.core.windows.net/samples/python/sample_script.pyCleared successfully on all nodes