force_destroy/force_update option for workspace APIs

littlewat
New Contributor II

The Unity catalog DELETE API supports the force option:
https://docs.databricks.com/api/workspace/catalogs/delete

Is it possible to support the force option for the workspace APIs?
https://docs.databricks.com/api/account/workspaces/delete

Context:
At the moment, there is a risk that even minor Terraform changes  (e.g. [ISSUE] Issue with `databricks_mws_workspaces` resource. Rename forces replacement ยท Issue #4968 ยท d...) could result in the workspace being destroyed, and we would like to reduce this risk.

szymon_dybczak
Esteemed Contributor III

Hi @littlewat ,

Currently this is not supported by API. You can raise feature request though ๐Ÿ™‚

View solution in original post