remove_dashboard_widget

Remove a widget from a dashboard by its widget ID.

Remove a widget from a dashboard by its widget ID.

Destructive · Writes data · Idempotent · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoSet to true after user approves continuing past the edit limit.
dashboard_uidstringYesDashboard UID
widget_idstringYesWidget ID to remove (the 'i' field from get_dashboard layout)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "dashboard_uid": "string",
  "widget_id": "string"
}

Description

The remaining widgets' positions are preserved.

Workflow: get_dashboard → remove_dashboard_widget → get_dashboard (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