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
// * `stop_in_place`: Stop the Instance, but keep the slot on the hypervisor.
4628
4628
// * `reboot`: Stop the instance and restart it.
4629
4629
// * `backup`: Create an image with all the volumes of an Instance.
4630
-
// * `terminate`: Delete the Instance along with its attached volumes, except for SBS volumes.
4630
+
// * `terminate`: Delete the Instance along with its attached local volumes.
4631
4631
// * `enable_routed_ip`: Migrate the Instance to the new network stack.
4632
4632
//
4633
-
// 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.
4634
-
// If you want to preserve your volumes, you should detach them before the Instance deletion or `terminate` action.
4633
+
// The `terminate` action will result in the deletion of `l_ssd`and `scratch` volumes types, `sbs_volume` volumes will only be detached.
4634
+
// If you want to preserve your `l_ssd` volumes, you should stop your Instance, detach the volumes to be preserved, then delete your Instance.
4635
4635
//
4636
4636
// The `backup` action can be done with:
4637
4637
// * No `volumes` key in the body: an image is created with snapshots of all the server volumes, except for the `scratch` volumes types.
// UpdateVolume: 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.
5521
+
// UpdateVolume: Replace the name and/or size properties of a volume specified by its ID, with the specified value(s).
0 commit comments