]> git.proxmox.com Git - pve-docs.git/blame - pvesh.1-synopsis.adoc
pvecm: fix wrong quorum numbers
[pve-docs.git] / pvesh.1-synopsis.adoc
CommitLineData
17eb42a2
DM
1*pvesh* `<COMMAND> [ARGS] [OPTIONS]`
2
676bbd4a 3*pvesh create* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
17eb42a2
DM
4
5Call API POST on <api_path>.
6
7`<api_path>`: `<string>` ::
8
9API path.
10
11`--noproxy` `<boolean>` ::
12
13Disable automatic proxying.
14
676bbd4a 15*pvesh delete* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
17eb42a2
DM
16
17Call API DELETE on <api_path>.
18
19`<api_path>`: `<string>` ::
20
21API path.
22
23`--noproxy` `<boolean>` ::
24
25Disable automatic proxying.
26
676bbd4a 27*pvesh get* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
17eb42a2
DM
28
29Call API GET on <api_path>.
30
31`<api_path>`: `<string>` ::
32
33API path.
34
17eb42a2
DM
35`--noproxy` `<boolean>` ::
36
37Disable automatic proxying.
38
17eb42a2
DM
39*pvesh help* `[OPTIONS]`
40
41Get help about specified command.
42
43`--extra-args` `<array>` ::
44
45Shows help for a specific command
46
47`--verbose` `<boolean>` ::
48
49Verbose output format.
50
676bbd4a 51*pvesh ls* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
17eb42a2
DM
52
53List child objects on <api_path>.
54
55`<api_path>`: `<string>` ::
56
57API path.
58
17eb42a2
DM
59`--noproxy` `<boolean>` ::
60
61Disable automatic proxying.
62
676bbd4a 63*pvesh set* `<api_path>` `[OPTIONS]` `[FORMAT_OPTIONS]`
17eb42a2
DM
64
65Call API PUT on <api_path>.
66
67`<api_path>`: `<string>` ::
68
69API path.
70
71`--noproxy` `<boolean>` ::
72
73Disable automatic proxying.
74
75*pvesh usage* `<api_path>` `[OPTIONS]`
76
77print API usage information for <api_path>.
78
79`<api_path>`: `<string>` ::
80
81API path.
82
83`--command` `<create | delete | get | set>` ::
84
85API command.
86
87`--returns` `<boolean>` ::
88
89Including schema for returned data.
90
91`--verbose` `<boolean>` ::
92
93Verbose output format.
94
95