Better Stack

telemetry_remove_dashboard_section_tool

Remove a section divider from a dashboard permanently. This action cannot be undone. Charts are not affected - only the section header is removed. Use get_dashboard_details first to find the section ID

Remote betterstack

Other tools also called telemetry_remove_dashboard_section_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The ID of the section to remove"
    }
  }
}