update_dashboard
Update a Grafana dashboard by providing its uid, with optional dry-run and undo support.
Instructions
[WRITE][risk=medium] Update a Grafana dashboard. Captures the prior model for undo.
The dashboard model must include its uid. The current model is fetched
first and stashed so the harness records a restore undo.
Args: dashboard: Full dashboard model (must include "uid"). overwrite: Overwrite the existing dashboard version (default True). dry_run: If True, preview without updating. target: Grafana target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| dashboard | Yes | ||
| overwrite | No |