Not a recommended method. When there are multiple domain controllers the recommended method for failed domain controller is to seize roles (if needed) to a healthy one.
https://support.microsoft.com/en-us/help/255504/using-ntdsutil-exe-to-transfer-or-seize-fsmo-roles-to-a-domain-control
then perform cleanup to remove remnants of failed one.
https://video2.skills-academy.com/en-us/windows-server/identity/ad-ds/deploy/ad-ds-metadata-cleanup
then rebuild failed one from scratch.
I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operation. Then stand up the new one, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health.
--please don't forget to Accept as answer if the reply is helpful--