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: openapi.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6346,6 +6346,7 @@ paths:
6346
6346
6347
6347
* Gives up any IP addresses the Linode was assigned.
6348
6348
* Deletes all Disks, Backups, Configs, etc.
6349
+
* Detaches any Volumes associated with the Linode.
6349
6350
* Stops billing for the Linode and its associated services. You will be billed for time used
6350
6351
within the billing period the Linode was active.
6351
6352
@@ -18595,11 +18596,10 @@ paths:
18595
18596
x-linode-cli-command: volumes
18596
18597
post:
18597
18598
summary: Volume Detach
18598
-
description: >
18599
-
Detaches a Volume on your Account
18600
-
from a Linode on your Account. In order for this request to
18601
-
complete successfully, your User must have `read_write` access to the
18602
-
Volume and `read_write` access to the Linode.
18599
+
description: |
18600
+
Detaches a Volume on your Account from a Linode on your Account. In order for this request to complete successfully, your User must have `read_write` access to the Volume and `read_write` access to the Linode.
18601
+
18602
+
Volumes are automatically detached from deleted Linodes.
0 commit comments