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: scaleway-async/scaleway_async/instance/v1/api.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -931,12 +931,11 @@ async def server_action(
931
931
* `stop_in_place`: Stop the Instance, but keep the slot on the hypervisor.
932
932
* `reboot`: Stop the instance and restart it.
933
933
* `backup`: Create an image with all the volumes of an Instance.
934
-
* `terminate`: Delete the Instance along with all attached volumes.
934
+
* `terminate`: Delete the Instance along with its attached volumes, except for SBS volumes.
935
935
* `enable_routed_ip`: Migrate the Instance to the new network stack.
936
936
937
-
Keep in mind that terminating an Instance will result in the deletion of all attached volumes, including local and block storage.
938
-
If you want to preserve your local volumes, you should use the `archive` action instead of `terminate`. Similarly, if you want to keep your block storage volumes, you must first detach them before issuing the `terminate` command.
939
-
For more information, read the [Volumes](#path-volumes-list-volumes) documentation.
937
+
Keep in mind that `terminate` an Instance will result in the deletion of `l_ssd`, `b_ssd` and `scratch` volumes types, `sbs_volume` volumes type will only be detached.
938
+
If you want to preserve your volumes, you should detach them before the Instance deletion or `terminate` action.
940
939
:param server_id: UUID of the Instance.
941
940
:param zone: Zone to target. If none is passed will use default zone from the config.
0 commit comments