Page MenuHomePhabricator

How to delete dashboards?
Closed, ResolvedPublic

Description

How does one delete dashboards? I was able to create one, I can "manage" aka modify it, but I cannot figure out how to delete it.

I am using these versions:

$ cat */.git/FETCH_HEAD
ec948a276d86101176a42db4b6d762ffd0773334                branch 'master' of https://github.com/phacility/arcanist
8695cdb1270bc641a42fa72ecd314524c15a31d7                branch 'master' of https://github.com/phacility/libphutil
34a90a0d2b4d04fd101817dd56b78b7bafb50ce9                branch 'master' of https://github.com/phacility/phabricator

Event Timeline

devurandom raised the priority of this task from to Needs Triage.
devurandom updated the task description. (Show Details)
devurandom added a project: Dashboards.
devurandom added a subscriber: devurandom.
epriestley claimed this task.

You can't delete Dashboards (or basically any other objects) from the web UI.

You can destroy a dashboard permanently from the CLI with bin/remove destroy <phid>.

You can SELECT phid FROM phabricator_dashboard.dashboard WHERE id = X to identify the PHID.