Skip to content

Commit d273f59

Browse files
authored
Merge pull request #832 from bbiggerr/volume-detach-delete
Update Volume Detach description
2 parents 983d269 + b08b713 commit d273f59

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
@@ -6346,6 +6346,7 @@ paths:
63466346

63476347
* Gives up any IP addresses the Linode was assigned.
63486348
* Deletes all Disks, Backups, Configs, etc.
6349+
* Detaches any Volumes associated with the Linode.
63496350
* Stops billing for the Linode and its associated services. You will be billed for time used
63506351
within the billing period the Linode was active.
63516352

@@ -18595,11 +18596,10 @@ paths:
1859518596
x-linode-cli-command: volumes
1859618597
post:
1859718598
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.
1860318603
tags:
1860418604
- Volumes
1860518605
operationId: detachVolume

0 commit comments

Comments
 (0)