Reprocess a failed Auto YARA job without creating a new one.
What this endpoint does
Retries a previously failed Auto YARA job, resubmitting the original hashes for YARA rule generation without creating a new job. Use this when a job's status is FAILED as reported by Auto YARA: Get Job or Auto YARA: List Jobs. Retrying a job that already completed or is currently running has no effect. The job ID comes from Auto YARA: Create Job when initially submitting hashes, or from the list endpoint when reviewing all jobs.
Response data
Returns whether the retry was accepted. A true result means the job has been requeued for YARA rule generation — poll Auto YARA: Get Job afterward to watch for FINISHED or FAILED status. A false result means the job wasn't in a retriable state (e.g., it already succeeded or is still running).
