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

# Settings

**Where:** Files → Settings · `/projects/<project>/files/settings`

Files **Settings** has one panel: turning the module off. There is nothing else to configure here — storage behaviour lives in [Integrations](/cloud/files/integrations.md).

<figure><img src="/files/rabNKm4qe1VK07arx7qp" alt=""><figcaption><p>Files → Settings.</p></figcaption></figure>

## What you can do here

The panel (on-screen titled "Disable code module") warns that disabling deletes all related data. Pressing the red **Disable module** button disables the Files module and redirects you to the module home (`/files`), where you can enable it again later. File bytes stored in your own provider (S3, Azure, …) stay in your bucket — only the module's data in Norbix is removed.

## Use it from code

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

## API reference

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