update-dashboard
Update an existing Datadog dashboard by providing its ID, title, layout type, and widgets. Modify dashboard properties like tags and template variables.
Instructions
Update an existing Datadog dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboardId | Yes | Dashboard ID to update. Example: abc-def-ghi | |
| title | Yes | Dashboard title | |
| layoutType | Yes | Layout type | |
| description | No | Dashboard description | |
| widgets | Yes | Array of widget definitions | |
| tags | No | Tags | |
| templateVariables | No | Template variables |