Skip to main content

daoflow maintenance

Inspect and run the audited operational maintenance cleanup used by the control plane.

Usage

daoflow maintenance report [options]
daoflow maintenance run [options]

Required Scope

server:write

Options

CommandFlagDescription
report--jsonEmit the standard JSON envelope
run--dry-runPreview cleanup without mutating
run--yesConfirm a live maintenance cleanup
run--jsonEmit the standard JSON envelope

Examples

daoflow maintenance report --json
daoflow maintenance run --dry-run --json
daoflow maintenance run --yes

Notes

  • Maintenance covers stalled deployments, stale preview environments, expired CLI sign-ins, and retained upload artifacts.
  • run without --dry-run requires --yes.
  • Both dry runs and live runs are recorded in the audit trail.