Interactions Purge

Delete recorded interactions matching a source, target, or handler.

Synopsis

Delete interactions matching the given filters (ANDed together). At least one filter is required so the whole table isn’t wiped by mistake. Pair this with the ignore_cidrs / ignore_pattern config defaults to stop the same noisy callout from being recorded going forward.

Examples: xodbox interactions purge –remote 203.0.113.7 xodbox interactions purge –remote 10.0.0.0/8 –dry-run xodbox interactions purge –target /old-test-callback –handler httpx

xodbox interactions purge [flags]

Options

      --dry-run          report how many rows match without deleting
      --handler string   restrict to a single handler (e.g. httpx, dns)
  -h, --help             help for purge
      --remote strings   source IP or CIDR to purge (repeatable, comma-separated)
      --target string    substring matched against the request target (HTTP path / DNS qname)

Options inherited from parent commands

      --config string   Config file path (default "xodbox.yaml")
      --debug           Debug mode
      --reset-db        Reset database

SEE ALSO

Auto generated by spf13/cobra on 16-Jul-2026