---
title: "Disable/Enable Module"
description: "Guide to disable/enable SureBright module."
---

## **Disable SureBright Module**


### 1. Turn off SureBright Module

Run this command to disable SureBright module.

> php bin/magento module:disable Surebright_Integration --clear-static-content

### 2. Rebuild Code

Run following command to rebuild code

> bin/magento setup:di:compile

### 3. Clear Cache

Run this to clean up the cache:

> bin/magento cache:clean

## ✅ **All Set\! SureBright Integration Disabled**

🎉 You’ve successfully **disabled** the SureBright Integration on your Magento store\!

## **Enable SureBright Module**

### 1. Turn on SureBright Module

Run this to enable the module:

> php bin/magento module:enable Surebright_Integration

### 2. Rebuild Code

Run following command to rebuild code

> bin/magento setup:di:compile

### 3. Clear Cache

Run this to clean up the cache:

> bin/magento cache:clean

## ✅ **All Set\! SureBright Integration Enabled**

🎉 You’ve successfully **enabled** the SureBright Integration on your Magento store\!