Update a disk

Update a specific disk on a Linode.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: update_linode_disk
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: linodes:read_write

CLI

linode-cli linodes disk-update 123 25674 \
  --label "Debian 9 Disk"

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

ID of the Linode to look up.

integer
required

ID of the Disk to look up.

Body Params
string
length between 1 and 48

Filterable The name of the disk. This is for display purposes only.

Responses

Language
Credentials
Response
Choose an example:
application/json