db_cluster_action | R Documentation |
Cluster Action Helper Function
db_cluster_action(
cluster_id,
action = c("start", "restart", "delete", "permanent-delete", "pin", "unpin"),
host = db_host(),
token = db_token(),
perform_request = TRUE
)
cluster_id |
Canonical identifier for the cluster. |
action |
One of |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.