How to disable the extension
tip
To stop serving agent surfaces without uninstalling anything, set Enable Agentic Commerce to No at Stores -> Configuration -> Mirasvit Extensions -> Agentic Commerce and clear the cache. All agent endpoints then return 404, and the module stays installed.
Temporarily disable
To temporarily disable the extension at the module level, follow these steps:
- Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
- Run the following command to disable the extension:
php -f bin/magento module:disable Mirasvit_Agentic Mirasvit_AgenticMcp Mirasvit_AgenticUcp Mirasvit_AgenticAcp - Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.
Extension removal
To uninstall the extension, follow these steps:
- Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
- Run the following command to disable the extension:
php -f bin/magento module:disable Mirasvit_Agentic Mirasvit_AgenticMcp Mirasvit_AgenticUcp Mirasvit_AgenticAcp - Run the following command to remove the extension:
composer remove mirasvit/module-agentic-commerce - Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.