op: unset

Remove a field entirely from entity state.

Allowed phases

PhaseStatus
preflight✗ forbidden
core✓ allowed
side_effects✗ forbidden

Syntax

- op: unset
  path: /tmp/scratch

Parameters

FieldRequiredDescription
pathyesField path to remove

Behavior

  • Use for scratch fields under _tmp/ or clearing optional nested keys.

set · merge

See also