Skip to content

Commit 259b003

Browse files
authored
docs(instance): fix terminate action documentation and remove b_ssd volumes documentation (#2182)
1 parent 486aa0e commit 259b003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages_generated/instance/src/v1/api.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,11 +464,11 @@ Available actions are:
464464
* `stop_in_place`: Stop the Instance, but keep the slot on the hypervisor.
465465
* `reboot`: Stop the instance and restart it.
466466
* `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.
468468
* `enable_routed_ip`: Migrate the Instance to the new network stack.
469469
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.
472472
473473
The `backup` action can be done with:
474474
* 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
899899
)
900900

901901
/**
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).
903903
*
904904
* @param request - The request {@link UpdateVolumeRequest}
905905
* @returns A Promise of UpdateVolumeResponse

0 commit comments

Comments
 (0)