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
Copy file name to clipboardExpand all lines: packages_generated/instance/src/v1/api.gen.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -464,11 +464,11 @@ Available actions are:
464
464
* `stop_in_place`: Stop the Instance, but keep the slot on the hypervisor.
465
465
* `reboot`: Stop the instance and restart it.
466
466
* `backup`: Create an image with all the volumes of an Instance.
467
-
* `terminate`: Delete the Instance along with its attached volumes, except for SBS volumes.
467
+
* `terminate`: Delete the Instance along with its attached local volumes.
468
468
* `enable_routed_ip`: Migrate the Instance to the new network stack.
469
469
470
-
The `terminate` action will result in the deletion of `l_ssd`, `b_ssd` and `scratch` volumes types, `sbs_volume` volumes type will only be detached.
471
-
If you want to preserve your volumes, you should detach them before the Instance deletion or `terminate` action.
470
+
The `terminate` action will result in the deletion of `l_ssd`and `scratch` volumes types, `sbs_volume` volumes will only be detached.
471
+
If you want to preserve your `l_ssd` volumes, you should stop your Instance, detach the volumes to be preserved, then delete your Instance.
472
472
473
473
The `backup` action can be done with:
474
474
* No `volumes` key in the body: an image is created with snapshots of all the server volumes, except for the `scratch` volumes types.
@@ -899,7 +899,7 @@ If the specified Instance offer is flagged as end of service, the best compatibl
899
899
)
900
900
901
901
/**
902
-
* Update a volume. Replace the name and/or size properties of a volume specified by its ID, with the specified value(s). Any volume name can be changed, however only `b_ssd` volumes can currently be increased in size.
902
+
* Update a volume. Replace the name and/or size properties of a volume specified by its ID, with the specified value(s).
903
903
*
904
904
* @param request - The request {@link UpdateVolumeRequest}
0 commit comments