Forrest logo
back to the drupal tool

drupal:modules:uninstall

Uninstall a module.
$ drupal module:uninstall ${module_name}
try on your machine

This command is used to uninstall a Drupal module. The syntax of the command is "drupal module:uninstall" followed by the name of the module that needs to be uninstalled. The variable ${module_name} is used to hold the name of the module that needs to be uninstalled and can be replaced with the actual name of the module.

When executed, this command will remove all the database tables and data related to the specified module, delete the code files, and remove any menu items or configuration settings that were related to the module. It is important to note that uninstalling a module cannot be undone, so it is always a good idea to take a backup of the website before uninstalling any module.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the drupal tool