19.3 Soft Delete Behavior

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Orbnetes uses soft-delete strategy for key entities to preserve historical integrity.

Why soft delete is important:

  • old logs/events keep valid references,
  • release and pipeline history remains explainable,
  • compliance evidence is not broken by hard deletions.

Expected behavior:

  • deleted objects are hidden from normal active UI lists,
  • historical references show object as deleted/inactive rather than disappearing,
  • linked historical events remain queryable.

Operational implications:

  • deletion is operational deactivation, not forensic erasure.
  • postmortem analysis can still identify object lineage and responsible actions.

Governance recommendation:

  • restrict delete privileges,
  • require explicit reason/comment for sensitive delete actions (team policy),
  • treat delete events as high-signal audit items.