Is it possible to restart a cluster from a Notebook without using the UI

zeta_load
Databricks Partner

I have some code that occasionally wrong executed, meaning that every n-th time a calculation in a table is wrong. If that happens, I want to be able to restart the cluster from the Notebook.- I'm therefore lookong for a piece of code that can accomplish that.

Any suggestions?

daniel_sahal
Databricks MVP

@Lukas Goldschmied​ 

It is. You'll need to use Databricks API.

Here you can find an example:

https://learn.microsoft.com/en-us/azure/databricks/_extras/notebooks/source/clusters-long-running-op...

View solution in original post