update_dashboard
Update dashboard metadata (name, bucket, favorite status).
Update dashboard metadata (name, bucket, favorite status).
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
bucket | string | No | New InfluxDB bucket |
dashboard_uid | string | Yes | Dashboard UID (from list_dashboards) |
is_favorite | boolean | No | Set favorite status |
name | string | No | New dashboard name |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"dashboard_uid": "string"
}
Description
Does not modify widget layout — use add/edit/remove_dashboard_widget for that. Use get_dashboard to verify.
Related
What's next?
Last updated on