ktm dashboards update

Update dashboard metadata like name, bucket, and favorite status using the ktm dashboards update command with simple flags.

Update dashboard metadata (name, bucket, favorite status)

Usage

ktm dashboards update <uid> [flags]

Examples

# Rename a dashboard
ktm dashboards update abc123 --name "New Name"

# Set as favorite
ktm dashboards update abc123 --favorite true

Arguments

ArgumentRequired
uidYes

Flags

FlagTypeDefaultDescription
--bucketstringNew InfluxDB bucket
--favoritestringSet favorite status (true/false)
--namestringNew dashboard name

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