db_sql_warehouse_delete | R Documentation |
Delete Warehouse
db_sql_warehouse_delete(
id,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
id |
ID of the SQL warehouse. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Other Warehouse API:
db_sql_global_warehouse_get()
,
db_sql_warehouse_create()
,
db_sql_warehouse_edit()
,
db_sql_warehouse_get()
,
db_sql_warehouse_list()
,
db_sql_warehouse_start()
,
db_sql_warehouse_stop()
,
get_and_start_warehouse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.