Skip to content

Update Volume Detach description #832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6336,6 +6336,7 @@ paths:

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

Expand Down Expand Up @@ -18506,11 +18507,10 @@ paths:
x-linode-cli-command: volumes
post:
summary: Volume Detach
description: >
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.
description: |
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.

Volumes are automatically detached from deleted Linodes.
tags:
- Volumes
operationId: detachVolume
Expand Down