Better Stack

telemetry_remove_chart_tool

Remove a chart from its dashboard permanently. This action cannot be undone and will also remove any alerts associated with the chart. Use get_dashboard_details first to find the chart ID

Remote betterstack

Other tools also called telemetry_remove_chart_tool? See providers with this name

Input Schema


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