db_libs_uninstall {brickster} | R Documentation |
Uninstall Library on Cluster
Description
Uninstall Library on Cluster
Usage
db_libs_uninstall(
cluster_id,
libraries,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Arguments
cluster_id |
Unique identifier of a Databricks cluster. |
libraries |
An object created by |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Details
The libraries aren’t uninstalled until the cluster is restarted.
Uninstalling libraries that are not installed on the cluster has no impact but is not an error.
See Also
Other Libraries API:
db_libs_all_cluster_statuses()
,
db_libs_cluster_status()
,
db_libs_install()
[Package brickster version 0.2.5 Index]