> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus workflows toggle

> Activate or deactivate a workflow trigger.

Activate or deactivate a workflow trigger.

## Usage

```bash theme={null}
modus workflows toggle [flags]
```

## Arguments

| Name |          | Description  |
| ---- | -------- | ------------ |
| `id` | required | Workflow id. |

## Flags

| Flag       | Type    | Description                                    |
| ---------- | ------- | ---------------------------------------------- |
| `--active` | boolean | Whether the workflow trigger should be active. |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus workflows toggle 42 --active
modus workflows toggle 42 --no-active
```

See [CLI quickstart](/guides/cli) for install and auth.
