> ## 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

> Replace a scope's subordinate scope ids (draft supervision config). Pass no --subordinate-id to clear.

Replace a scope's subordinate scope ids (draft supervision config). Pass no --subordinate-id to clear.

## Usage

```bash theme={null}
modus scopes supervision set [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 42 --subordinate-id 17 --subordinate-id 23
```

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