mipo

Scan Deleted

A job belongs to a scan that has been deleted. Without a parent scan to roll up into, the job cannot make meaningful progress.

How to

Repair

  1. Fail the job — terminal. The job has no purpose without its parent scan.
  2. Bulk-fail all scan_deleted jobs in one action from the overview page.

Gotchas

  • Deleting a scan while jobs are still active is the cause; consider archiving instead of deleting.
  • No reassignment is possible — the scan ID is gone.

API calls (1)

MethodPathDescription
POST /api/health/job-errors/bulk-repair action=fail across all scan_deleted rows

Related