LazyDatabricks
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

KeyAction
rRefresh clusters list
sStart cluster (requires armed, if terminated)
tTerminate cluster (requires armed, if running)
RRestart cluster (requires armed, if running)
lView cluster logs (opens browser)
EnterOpen cluster in Databricks UI

Cluster States

StateDescription
RUNNINGCluster is active and ready
PENDINGCluster is starting up
TERMINATINGCluster is shutting down
TERMINATEDCluster is stopped
RESTARTINGCluster is restarting

Starting a Cluster

  1. Navigate to a terminated cluster with arrow keys
  2. Press A to arm (if not already armed)
  3. Press s to start

The cluster state will update as it starts.

Terminating a Cluster

Terminating requires Armed Mode:

  1. Press A to arm
  2. Navigate to a running cluster
  3. Press t to terminate

Restarting a Cluster

  1. Press A to arm
  2. Navigate to a running cluster
  3. Press R to restart

On this page