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
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Set to true after user approves continuing past the edit limit. |
dashboard_uid | string | Yes | Dashboard UID |
widget_id | string | Yes | Widget 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).
Related
What's next?
Last updated on