Hi @Trushna Khatriโ , I dont see an option to restart the cluster at a specific time. However, you can achieve this by scheduling a cron job in your terminal. By this, you can set the time to restart your cluster from cli.
The below cron job will restart the cluster daily at 00:00 hrs (mid-night)
0 0 * * * databricks clusters restart --cluster-id 1234-567890-batch123