How to delete a dashboard manually?
search cancel

How to delete a dashboard manually?

book

Article ID: 207852

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM)

Issue/Introduction

 A saved dashboard in the dashboard designer keeps loading in the console. We are unable to edit/delete that dashboard. 

Is there any way to delete the dashboard manually?

 

Environment

Release : 20.4.x

Component : UIM - UMP_DASHBOARD

Resolution

  1. First, run this query to get data for all the dashboards
    select * from umpdashboard
  2. Now check the path column and run below query to delete the dashboard from database
       Example  : delete from umpdashboard where path like '%imagetesting%'

Please  make sure that you copy full path and then delete the record otherwise it can delete other records as well.
Also before deletion please take the backup of database records.