Is there a way to disable the Whitelabel in Database?

is there a way we can disalbe the whitelabel in DB, we are having issues with access the whitelabel logos and our UI Is not coming up, i would like disable the whitelabel in DB.

You can enable/disable and set/unset whitelabel properties via the API.

https://apidocs.morpheusdata.com/reference/updatewhitelabelsettings

Will the API still serve, if it is a logo/display issue I think it should?

We dont have access to internet to download the tool to run API, do you know what table in the DB we can make this changes?

@rmartha You can disable it via the database by running this query

UPDATE appliance_instance SET white_label_enabled = 0 WHERE id = 1;

1 Like

Sounds like you need to fix NFS connectivity issues.