I'm reviewing Databricks CLI documentation and cannot find a way to use CLI to terminate the cluster. There are instructions to create, delete, start, etc. but nothing about terminating. Any idea?
Thanks!
I'm reviewing Databricks CLI documentation and cannot find a way to use CLI to terminate the cluster. There are instructions to create, delete, start, etc. but nothing about terminating. Any idea?
Thanks!
In Azure Databricks CLI - when you run "databricks clusters delete" cmdlet, it terminates the cluster and after 30 days it will be permanently deleted.
Terminate a Spark cluster given its ID. The cluster is removed asynchronously. Once the termination has completed, the cluster will be in a TERMINATED state. If the cluster is already in a TERMINATING or TERMINATED state, nothing will happen.
Note: 30 days after a cluster is terminated, it is permanently deleted.
Hope this helps.