> ## 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 scopes supervision set-active

> Replace a scope's subordinate scope ids on the active (published) supervision config directly.

Replace a scope's subordinate scope ids on the active (published) supervision config directly.

## Usage

```bash theme={null}
modus scopes supervision set-active [flags]
```

## Arguments

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

## Flags

| Flag               | Type   | Description                                                         |
| ------------------ | ------ | ------------------------------------------------------------------- |
| `--subordinate-id` | string | Subordinate scope id (repeatable). Omit entirely to clear the list. |

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

## Examples

```bash theme={null}
modus scopes supervision set-active 42 --subordinate-id 17 --subordinate-id 23
```

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