update_dashboard

Update dashboard metadata (name, bucket, favorite status).

Update dashboard metadata (name, bucket, favorite status).

Writes data · Idempotent · Calls external systems.

Parameters

FieldTypeRequiredDescription
bucketstringNoNew InfluxDB bucket
dashboard_uidstringYesDashboard UID (from list_dashboards)
is_favoritebooleanNoSet favorite status
namestringNoNew 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on