Undefine an action
Append xs.action.<name>.term to remove a previously defined action.
null | .append xs.action.repeat.termThe runtime drops the action from its active set and emits an
xs.action.repeat.fin.term ack. Subsequent repeat.call frames are
ignored (no .response, no .error).
A term in the log keeps the action down across restarts: compaction sees
term and clears its slots, so the next start of xs doesn’t try to
register the action from history.
To re-enable the action later, append a fresh xs.action.repeat.create
with the definition again.
Related
- Actions reference, defining and calling actions
- Lifecycle reference, full event vocabulary