-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathoutput.txt
More file actions
31 lines (24 loc) · 1.29 KB
/
output.txt
File metadata and controls
31 lines (24 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
>>> errcode [CLI] database update-database-instance test-db --json {"stopped": true}
Error: accepts 2 arg(s), received 1
Usage:
databricks database update-database-instance NAME UPDATE_MASK [flags]
Flags:
--capacity string The sku of the instance.
--enable-pg-native-login Whether the instance has PG native password login enabled.
--enable-readable-secondaries Whether to enable secondaries to serve read-only traffic.
-h, --help help for update-database-instance
--json JSON either inline JSON string or @path/to/file.json with request body (default JSON (0 bytes))
--node-count int The number of nodes in the instance, composed of 1 primary and 0 or more secondaries.
--retention-window-in-days int The retention window for the instance.
--stopped Whether the instance is stopped.
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)
Exit code: 1
>>> [CLI] database update-database-instance test-db * --json {"stopped": true}
{
"name":"test-db",
"stopped":true
}