Delete/Terminate a Cluster
db_cluster_delete(
cluster_id,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Canonical identifier for the cluster.
Databricks workspace URL, defaults to calling db_host()
.
Databricks workspace token, defaults to calling db_token()
.
If TRUE
(default) the request is performed, if
FALSE
the httr2 request is returned without being performed.
The cluster must be in the RUNNING
state.