module_toggle
Activate/deactivate a module in the module manager in the admin interface.
Arguments:
moduleis the Erlang module atom to change.is_activateforces activation.is_deactivateforces deactivation and takes precedence overis_activate.- With neither flag, the current active state is toggled.
status_idis retained in the signed postback for the admin status control.
Activation and deactivation run dependency prechecks. Missing or cyclic dependencies are shown in a confirmation dialog; successful changes reload the page. The site must be writable and the current user must be allowed to use the module manager.