Skip to content

Commit ec386b3

Browse files
committed
Add Volume detach info upon Linode Delete
1 parent 82626cd commit ec386b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6336,6 +6336,7 @@ paths:
63366336

63376337
* Gives up any IP addresses the Linode was assigned.
63386338
* Deletes all Disks, Backups, Configs, etc.
6339+
* Detaches any Volumes associated withe Linode.
63396340
* Stops billing for the Linode and its associated services. You will be billed for time used
63406341
within the billing period the Linode was active.
63416342

@@ -18506,11 +18507,10 @@ paths:
1850618507
x-linode-cli-command: volumes
1850718508
post:
1850818509
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.
1851418514
tags:
1851518515
- Volumes
1851618516
operationId: detachVolume

0 commit comments

Comments
 (0)