Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 08:31 AM
Delete the Metastore through API call. Don't do it if you are not ready to loose your UC!! You can:
- open the terminal
- install databricks cli
- do next commands:
- databricks auth login --host https://accounts.azuredatabricks.net/
- provide id of your account
- databricks account metastores list
- get the id of the metastore ( we also can get it from the link at the page of metastore)
- databricks account metastores get [metastoreid] -- to check if we found it
- databricks account metastores delete [metastoreid]
if you are not able to do this, you can try to delete the metastore assignment first:
- databricks account metastore-assignments get {workspaceid]
- databricks account metastore-assignments delete {workspaceid]