LazyDatabricks
Guide

Armed Mode

Safety model for destructive actions

LazyDatabricks defaults to READ-ONLY mode. All destructive actions require explicitly arming the interface.

What is Armed Mode?

Armed mode is a safety feature that prevents accidental execution of destructive actions. When you arm the system, you have 30 seconds to perform destructive actions before it automatically disarms.

When armed:

  • The header shows a red "ARMED (Xs)" countdown
  • Destructive keybindings become active
  • System auto-disarms after 30 seconds

Arming and Disarming

KeyAction
AToggle armed mode

Armed mode automatically disarms after 30 seconds. Press A again to disarm manually.

Protected Actions

These actions require armed mode:

Clusters

KeyAction
sStart cluster
tTerminate cluster
RRestart cluster

Jobs

KeyAction
nRun job now
cCancel run
RRerun job

Warehouses

KeyAction
sStart warehouse
SStop warehouse

Pipelines

KeyAction
sStart pipeline update
SStop pipeline
fFull refresh

How It Works

  1. Press A to arm (30-second timer starts)
  2. Header shows red "ARMED (Xs)" countdown
  3. Execute destructive action (e.g., t to terminate cluster)
  4. System auto-disarms after 30 seconds

Best Practices

  • Only arm when you intend to perform an action
  • Verify the selected resource before acting
  • Let the system auto-disarm if you change your mind

On this page