resetting failures of a job to 0
Is it possible to reset a dbms job's failure from say, 4 to 0 without running the job. I have a hourly job which sends a message if any job failed. It keeps on sending the message every hour if for some reason, the failed job can't be fixed. Although, we make the job broken, it still has non-zero values for failures. How can we change that to zero?
Thanks a lot for any inputs.