db_cluster_action {brickster} | R Documentation |
Cluster Action Helper Function
Description
Cluster Action Helper Function
Usage
db_cluster_action(
cluster_id,
action = c("start", "restart", "delete", "permanent-delete", "pin", "unpin"),
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Arguments
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 |
[Package brickster version 0.2.5 Index]