2025-01-17 14:52:53 +00:00
|
|
|
|
2025-02-03 14:10:19 +00:00
|
|
|
>>> [CLI] bundle destroy --help
|
2025-01-17 14:52:53 +00:00
|
|
|
Destroy deployed bundle resources
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
databricks bundle destroy [flags]
|
|
|
|
|
|
|
|
Flags:
|
|
|
|
--auto-approve Skip interactive approvals for deleting resources and files
|
|
|
|
--force-lock Force acquisition of deployment lock.
|
|
|
|
-h, --help help for destroy
|
|
|
|
|
|
|
|
Global Flags:
|
|
|
|
--debug enable debug logging
|
|
|
|
-o, --output type output type: text or json (default text)
|
|
|
|
-p, --profile string ~/.databrickscfg profile
|
|
|
|
-t, --target string bundle target to use (if applicable)
|
|
|
|
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
|