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

# Settings

**Where:** Database → Settings · `/projects/<project>/db/settings`

Database **Settings** holds the module-level switch: turning the Database module off for this project.

<figure><img src="/files/T8wi9NwAyeEIJoPbnMX6" alt=""><figcaption><p>Database → Settings.</p></figcaption></figure>

## What you can do here

**Disable the module** — the panel at the bottom disables the Database module for the whole project. This is destructive: all related data is deleted with the module. Export anything you still need first.

Per-collection behaviour (soft delete, record ownership, description) does not live here — it is on each collection's **Settings** tab in the schema editor (see [Build a Schema](/cloud/database/collections/create-schema.md)).

## Use it from code

[Database → Module](/sdks-and-cli/database/module.md) — enable and disable the module from the SDKs.

## API reference

Endpoints: [Disable Database](/api-reference/database/module/disable-database.md) and [Enable Database](/api-reference/database/module/enable-database.md).
