ktm dashboards remove-widget
Learn how to use the ktm dashboards remove-widget command to delete a specific widget from a dashboard by its ID via the CLI.
Remove a widget from a dashboard by ID
Usage
ktm dashboards remove-widget <uid> <widget-id> [flags]
Examples
# Remove widget
ktm dashboards remove-widget abc123 RandomID-a1b2c3d4e5f6
Arguments
| Argument | Required |
|---|---|
uid | Yes |
widget-id | Yes |
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on