update_existing_dashboard
Modify a Datadog dashboard by updating widgets, layout, title, tags, or other config fields. Overwrites only provided fields; omitted ones stay unchanged.
Instructions
Modify an existing dashboard. Overwrites the given fields; anything omitted is unchanged.
Use this when: need to add widgets, change layout, or update dashboard config. There is no undo tool for dashboard updates - the previous widget/config state is not recoverable through this server once overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags (optional) | |
| title | No | New title (optional) | |
| widgets | No | New widgets (optional, replaces the entire widget list) | |
| description | No | New description (optional) | |
| layout_type | No | New layout (optional) | |
| notify_list | No | New notification handles (optional) | |
| dashboard_id | Yes | Dashboard to update | |
| template_variables | No | New variables (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||