update_dashboard
Create or modify Grafana dashboards using full JSON specifications or targeted patch operations to update specific dashboard components and settings.
Instructions
Create or update a dashboard using either full JSON or efficient patch operations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard | No | The full dashboard JSON | |
| folderUid | No | The UID of the dashboard's folder | |
| message | No | Set a commit message for the version history | |
| operations | No | Array of patch operations for targeted updates | |
| overwrite | No | Overwrite the dashboard if it exists | |
| uid | No | UID of existing dashboard to update |