Disable Bolt for Adobe Commerce
Learn how to disable Bolt for Adobe (Magento) Commerce.
You must have access to the root drive of your Adobe (Magento) installation in order to disable the Bolt plugin.
- Log in via SSH/CLI to your domain and navigate to the
<MAGENTO_ROOT>
. - Run
bin/magento module:disable Bolt_Boltpay
. - Run
bin/magento setup:upgrade
.
Uninstall Bolt Plugin
You must have access to the root drive of your Magento installation in order to disable the Bolt plugin.
- Log in via SSH/CLI to your domain and navigate to the
<MAGENTO_ROOT>
. - Run
bin/magento module:disable Bolt_Boltpay
. - Run
bin/magento setup:upgrade
. - Run
composer remove boltpay/bolt-magento2
.