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

# Settings

**Where:** Tasks → Settings · `/projects/<project>/tasks/settings`

Scheduler **Settings** has one panel: turning the module off. There is nothing else to configure here — everything about a task lives on the task itself.

<figure><img src="/files/6KZALrFXOEbsIBBXMMTu" alt=""><figcaption><p>Tasks → Settings.</p></figcaption></figure>

## What you can do here

The **Disable scheduler module** panel warns: "You can disable the scheduler module. All scheduled tasks will stop firing and related data will be deleted." Pressing the red disable button turns the module off and redirects you to the module home (`/tasks`), where you can enable it again later — but the tasks themselves are gone; you would create them again from scratch.

If you only want to pause one task, do not disable the module — use **Disable** on the task itself in the [Tasks list](/cloud/tasks/tasks.md).

## Use it from code

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

## API reference

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