> 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/code/settings.md).

# Settings

**Where:** Code → Settings · `/projects/<project>/code/settings`

Code **Settings** has one panel: turning the module off. Provider credentials live in [Integrations](/cloud/code/integrations.md); there is nothing else to configure here.

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **11-code**.
{% endhint %}

## What you can do here

The panel is titled **Disable code module** and warns: "You can disable code module and all related data will be deleted." Pressing the red **Disable module** button disables the module and redirects you to the module home (`/code`), where you can enable it again later. Functions deployed in your own cloud account (AWS, Azure, Google) are not touched — only the module's data in Norbix is removed.

## Use it from code

[Disable Code](/sdks-and-cli/code/module/disable-code.md) · [Enable Code](/sdks-and-cli/code/module/enable-code.md)

## API reference

Endpoints: [Disable Code](/api-reference/code/module/disable-code.md), [Enable Code](/api-reference/code/module/enable-code.md).
