cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Scheduling cluster start and stop time

Anonymous
Not applicable

I want to schedule cluster to start in the morning and shut down by evening. How can I achieve that?

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

You can call the REST API to schedule cluster starts and stops from a scheduler.

See https://docs.databricks.com/dev-tools/api/latest/clusters.html

PRO Tip: Use code generation tools within Postman to generate scripts in the language of your choice.

View solution in original post

1 REPLY 1

Anonymous
Not applicable

You can call the REST API to schedule cluster starts and stops from a scheduler.

See https://docs.databricks.com/dev-tools/api/latest/clusters.html

PRO Tip: Use code generation tools within Postman to generate scripts in the language of your choice.