db_cluster_delete | R Documentation |
Delete/Terminate a Cluster
db_cluster_delete(
cluster_id,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
cluster_id |
Canonical identifier for the cluster. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
The cluster must be in the RUNNING
state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.