> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/sms/settings.md).

# Settings

**Where:** SMS → Settings · `/projects/<project>/sms/settings`

SMS **Settings** holds one panel: **Disable SMS module**. Disabling stops everything that depends on the channel. Templates and integrations stay saved, and you can enable the module again later from the SMS home page.

<figure><img src="/files/y6Yg9gtsnOBuuLNnGVvG" alt=""><figcaption><p>SMS → Settings.</p></figcaption></figure>

## What the panel shows

* A warning card, **What happens when you disable SMS**: enabled triggers that send via SMS are turned off, scheduled SMS campaign tasks are disabled, and in-flight campaigns are stopped (batches already sending finish; no new batches start).
* A live dependency list loaded from the project, grouped into **Triggers**, **Scheduler tasks**, and **In-flight campaigns**. If any dependencies exist, you must tick *"I understand that disabling SMS will affect the items listed above"* before the button unlocks.
* The red **Disable module** button. After disabling, you are redirected to the SMS home page, which offers **Enable** again.

## Use it from code

[Notifications → SMS](/sdks-and-cli/notifications/sms.md).

## API reference

Endpoints: [Get disable dependencies](/api-reference/notifications/sms/get-sms-disable-dependencies.md), [Disable SMS](/api-reference/notifications/sms/disable-sms.md), [Enable SMS](/api-reference/notifications/sms/enable-sms.md).
