grafana-util-dashboard-delete.1
Browser-readable rendering of a generated roff manpage.
This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.
NAME
grafana-util-dashboard-delete - Delete live dashboards by UID or folder path.
SYNOPSIS
grafana-util dashboard delete [OPTIONS]
DESCRIPTION
Delete live dashboards by UID or folder path.
Use this when you need to remove one dashboard, a folder subtree, or a subtree plus the matched folders themselves.
COMMON OPTIONS
- --uid
- delete one dashboard by UID.
- --path
- delete dashboards under one folder subtree.
- --delete-folders
- with --path, also remove matched folders.
- --yes
- acknowledge the live delete.
- --interactive
- preview and confirm interactively.
- --dry-run, --table, --json, --output-format, --no-header
- preview output controls.
EXAMPLES
Delete live dashboards by UID or folder path.
grafana-util dashboard delete --url http://localhost:3000 --basic-user admin --basic-password admin --uid cpu-main --dry-run --jsonSEE ALSO
grafana-util(1), grafana-util-dashboard(1)