Setting a Grafana home dashboard makes a chosen dashboard open when users return to Home after sign-in. It helps place shared operating panels in front of an organization instead of the generic Grafana start page.
Grafana stores home dashboard preferences at several layers. The organization default applies unless a team or personal preference overrides it, and the UI picker shows dashboards that the current user has starred.
Organization administrators can save the default from Administration → General → Default preferences. The saved preference can also be checked through the organization preferences API, which returns the selected dashboard UID.
Related: How to import a Grafana dashboard
Related: How to create a Grafana team

Only starred dashboards appear in the Home Dashboard picker.




This changes the organization default for users who do not have a team or personal home dashboard preference.

$ curl --header "Authorization: Bearer glsa_xxxxxxxxxxxxxxxxxxxxxxxx" https://grafana.example.com/api/org/preferences
{"homeDashboardUID":"ops-home"}