Retry a failed or completed SBOM scan
POST/api/v1/sbom/scans/:id/retry
Re-queues the scan under the same ID. For file-based scans that originated from a MinIO upload, a fresh presigned download URL is automatically regenerated from the stored source object key so expired links are never reused.
Request
Path Parameters
id stringrequired
Scan job UUID to retry
Responses
- 201
- 404
- 409
Scan re-queued successfully, returns scanId and status
Scan not found
Scan is already queued or running
Loading...