ktm dashboards create

Use the ktm dashboards create command to quickly generate a new empty dashboard under an operator with a required name.

Create a new empty dashboard

Usage

ktm dashboards create [flags]

Examples

# Create a dashboard
ktm dashboards create --operator my-operator --name "SLA Dashboard"

# Create with a specific InfluxDB bucket
ktm dashboards create --operator my-operator --name "Passive Metrics" --bucket my-bucket

Flags

FlagTypeDefaultDescription
--bucketstringInfluxDB bucket for passive agent data (optional)
--namestringDashboard name (required)
--operatorstringOperator slug (required)

Details

Create a new dashboard under an operator with an empty widget layout.

The dashboard is created with layout version 2 (production format) and an empty widget array. Use the platform UI or future CLI commands to add widgets.

The --operator flag is required. The collection_uid is auto-discovered from the operator's dashboard root collection (same pattern as test creation).

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on