---
title: "ktm monitors"
description: "Manage ktm monitors via CLI to create, edit, list, toggle, and force-run scheduled test executions with status tracking."
sidebarTitle: "monitors"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

Monitors — scheduled recurring executions of tests with status tracking

## Usage

```bash
ktm monitors [flags]
```

## Subcommands

<Columns cols={2}>
  <Card title="batch-create" icon="angle-right" href="/cli/commands/monitors/batch-create">
    Create multiple monitors from a batch spec file
  </Card>
  <Card title="create" icon="angle-right" href="/cli/commands/monitors/create">
    Create a new monitor for an existing test
  </Card>
  <Card title="edit" icon="angle-right" href="/cli/commands/monitors/edit">
    Edit an existing monitor
  </Card>
  <Card title="force-run" icon="angle-right" href="/cli/commands/monitors/force-run">
    Force a monitor to run immediately, outside its normal schedule
  </Card>
  <Card title="get" icon="angle-right" href="/cli/commands/monitors/get">
    Get full monitor configuration
  </Card>
  <Card title="list" icon="angle-right" href="/cli/commands/monitors/list">
    List monitors, optionally filtered by operator and product
  </Card>
  <Card title="toggle" icon="angle-right" href="/cli/commands/monitors/toggle">
    Bulk activate or deactivate monitors
  </Card>
</Columns>

<Note>
  Global flags (`--output`, `--debug`, `--host`, …) apply to every command. See the [command reference overview](/cli/commands/overview).
</Note>

## What's next?

<Columns cols={2}>
  <Card title="All commands" icon="terminal" href="/cli/commands/overview">
    Browse the full CLI reference.
  </Card>
  <Card title="Get started" icon="rocket" href="/cli/getting-started">
    Install the CLI and authenticate.
  </Card>
</Columns>
