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
| Argument | Required |
|---|---|
uid | Yes |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--bucket | string | New InfluxDB bucket | |
--favorite | string | Set favorite status (true/false) | |
--name | string | New dashboard name |
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on