Guide
Clusters
Manage Databricks clusters with LazyDatabricks
The Clusters screen lets you monitor and manage all-purpose compute clusters in your workspace.
Opening Clusters
Press c from any screen to open the Clusters view. You'll see a two-pane layout:
- Left pane: Cluster list with name, state, workers, runtime, and idle time
- Right pane: Details of selected cluster
Keybindings
| Key | Action |
|---|---|
r | Refresh clusters list |
s | Start cluster (requires armed, if terminated) |
t | Terminate cluster (requires armed, if running) |
R | Restart cluster (requires armed, if running) |
l | View cluster logs (opens browser) |
Enter | Open cluster in Databricks UI |
Cluster States
| State | Description |
|---|---|
RUNNING | Cluster is active and ready |
PENDING | Cluster is starting up |
TERMINATING | Cluster is shutting down |
TERMINATED | Cluster is stopped |
RESTARTING | Cluster is restarting |
Starting a Cluster
- Navigate to a terminated cluster with arrow keys
- Press
Ato arm (if not already armed) - Press
sto start
The cluster state will update as it starts.
Terminating a Cluster
Terminating requires Armed Mode:
- Press
Ato arm - Navigate to a running cluster
- Press
tto terminate
Restarting a Cluster
- Press
Ato arm - Navigate to a running cluster
- Press
Rto restart