Restart Module

I’m looking for the ability to automatically restart my Allen Bradley driver in the event it becomes locked up or even the PLC is off.
I want Ignition to keep trying to restart the AB module.
I think I could achieve this with a gateway script, but I need a command to restart a module, Does this exist?

It looks like you might be able to restart the module just by visiting the URL behind the CONFIRM button. This seemed to work on my test machine:

http://localhost:8088/main/web/config/conf.modules?5-2.ILinkListener-config~contents-confirm

Actually, to be more accurate, it gave me a feedbackPanel which said that the drivers were restarted, and the console logs seems to corroborate that. This was my URL for restarting the Allen Bradley module. Your mileage may vary (i.e., your URL may be different).

(WARNING: This is undocumented and could break in future releases!)