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

# Schedules commands - Omni CLI

> Reference for the omni schedules command group: delivery schedules and recipients.

Manage delivery [schedules](/api/schedules) and [recipients](/api/schedule-recipients).

```bash wrap theme={null}
omni schedules <command>
```

| Command              | Description                 |
| -------------------- | --------------------------- |
| `list`               | List schedules              |
| `create`             | Create a schedule           |
| `get`                | Get a schedule              |
| `update`             | Update a schedule           |
| `delete`             | Delete a schedule           |
| `recipients-get`     | Get schedule recipients     |
| `add-recipients`     | Add schedule recipients     |
| `remove-recipients`  | Remove schedule recipients  |
| `pause`              | Pause a schedule            |
| `resume`             | Resume a schedule           |
| `trigger`            | Trigger a schedule          |
| `transfer-ownership` | Transfer schedule ownership |

```bash wrap theme={null}
# Pause a schedule
omni schedules pause <schedule-id>

# View help for transfer-ownership command, including arguments and flag details
omni schedules transfer-ownership --help
```

<Note>
  Every command in this group also accepts the [global flags](/developers/cli/reference/global-flags), including `--token`, `--profile`, `--format`, and `--compact`.
</Note>
