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
@@ -6336,6 +6336,7 @@ paths:
6336
6336
6337
6337
* Gives up any IP addresses the Linode was assigned.
6338
6338
* Deletes all Disks, Backups, Configs, etc.
6339
+
* Detaches any Volumes associated withe Linode.
6339
6340
* Stops billing for the Linode and its associated services. You will be billed for time used
6340
6341
within the billing period the Linode was active.
6341
6342
@@ -18506,11 +18507,10 @@ paths:
18506
18507
x-linode-cli-command: volumes
18507
18508
post:
18508
18509
summary: Volume Detach
18509
-
description: >
18510
-
Detaches a Volume on your Account
18511
-
from a Linode on your Account. In order for this request to
18512
-
complete successfully, your User must have `read_write` access to the
18513
-
Volume and `read_write` access to the Linode.
18510
+
description: |
18511
+
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.
18512
+
18513
+
Volumes are automatically detached from deleted Linodes.
0 commit comments