11## stackit beta edge-cloud instance update
22
3- Updates an edge instance
3+ Updates an Edge Cloud instance
44
55### Synopsis
66
77Updates a STACKIT Edge Cloud (STEC) instance.
88
99```
10- stackit beta edge-cloud instance update [flags]
10+ stackit beta edge-cloud instance update INSTANCE_ID [flags]
1111```
1212
1313### Examples
1414
1515```
16- Updates the description of an edge instance with id "xxx"
17- $ stackit beta edge-cloud instance update --id " xxx" --description " yyy"
16+ Updates the description of an Edge Cloud instance with ID "xxx"
17+ $ stackit beta edge-cloud instance update xxx --description yyy
1818
19- Updates the plan of an edge instance with name "xxx"
20- $ stackit beta edge-cloud instance update --name "xxx" --plan-id "yyy"
21-
22- Updates the description and plan of an edge instance with id "xxx"
23- $ stackit beta edge-cloud instance update --id "xxx" --description "yyy" --plan-id "zzz"
19+ Updates the plan of an Edge Cloud instance with ID "xxx"
20+ $ stackit beta edge-cloud instance update xxx --plan-id yyy
2421```
2522
2623### Options
2724
2825```
2926 -d, --description string A user chosen description to distinguish multiple instances.
3027 -h, --help Help for "stackit beta edge-cloud instance update"
31- -i, --id string The project-unique identifier of this instance.
32- -n, --name string The displayed name to distinguish multiple instances.
33- --plan-id string Service Plan configures the size of the Instance.
28+ --plan-id string Service plan configures the size of the Instance.
3429```
3530
3631### Options inherited from parent commands
@@ -46,5 +41,5 @@ stackit beta edge-cloud instance update [flags]
4641
4742### SEE ALSO
4843
49- * [ stackit beta edge-cloud instance] ( ./stackit_beta_edge-cloud_instance.md ) - Provides functionality for edge instances.
44+ * [ stackit beta edge-cloud instance] ( ./stackit_beta_edge-cloud_instance.md ) - Provides functionality for Edge Cloud instances.
5045
0 commit comments