---
title: "ktm dashboards"
description: "Manage ktm dashboards from the CLI, including creating, listing, updating, and configuring widgets for operator-level analytics."
sidebarTitle: "dashboards"
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 */}

Dashboards — operator-level analytics dashboards with metric widgets

## Usage

```bash
ktm dashboards [flags]
```

## Subcommands

<Columns cols={2}>
  <Card title="add-widget" icon="angle-right" href="/cli/commands/dashboards/add-widget">
    Add a widget to a dashboard from a JSON file or stdin
  </Card>
  <Card title="build" icon="angle-right" href="/cli/commands/dashboards/build">
    Create a dashboard with all widgets atomically
  </Card>
  <Card title="create" icon="angle-right" href="/cli/commands/dashboards/create">
    Create a new empty dashboard
  </Card>
  <Card title="edit-widget" icon="angle-right" href="/cli/commands/dashboards/edit-widget">
    Replace a widget's data from a JSON file or stdin
  </Card>
  <Card title="get" icon="angle-right" href="/cli/commands/dashboards/get">
    Get a dashboard by UID
  </Card>
  <Card title="list" icon="angle-right" href="/cli/commands/dashboards/list">
    List dashboards for an operator
  </Card>
  <Card title="list-widget-types" icon="angle-right" href="/cli/commands/dashboards/list-widget-types">
    List available dashboard widget types with constraints and grid sizes
  </Card>
  <Card title="remove-widget" icon="angle-right" href="/cli/commands/dashboards/remove-widget">
    Remove a widget from a dashboard by ID
  </Card>
  <Card title="update" icon="angle-right" href="/cli/commands/dashboards/update">
    Update dashboard metadata (name, bucket, favorite status)
  </Card>
  <Card title="validate-widget" icon="angle-right" href="/cli/commands/dashboards/validate-widget">
    Dry-run validation of a dashboard widget JSON
  </Card>
  <Card title="widget-template" icon="angle-right" href="/cli/commands/dashboards/widget-template">
    Output a widget template JSON to stdout
  </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>
