Un-veto a merge request

Hi, is it possible to un-veto a merge request using the RepositoryMergeRequestCheck ?

I’m running some async code when validating the request , i want to be able to show that the validation is still running with a veto and then either update the veto if the validation fails or un-veto it if it passes…

Thanks!