You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize a server with ID "xxx" to machine type "yyy"
17
+
$ stackit beta server resize xxx --machine-type yyy
18
+
```
19
+
20
+
### Options
21
+
22
+
```
23
+
-h, --help Help for "stackit beta server resize"
24
+
--machine-type string Name of the type of the machine for the server. Possible values are documented in https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
25
+
```
26
+
27
+
### Options inherited from parent commands
28
+
29
+
```
30
+
-y, --assume-yes If set, skips all confirmation prompts
31
+
--async If set, runs the command asynchronously
32
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
33
+
-p, --project-id string Project ID
34
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
35
+
```
36
+
37
+
### SEE ALSO
38
+
39
+
*[stackit beta server](./stackit_beta_server.md) - Provides functionality for servers
0 commit comments