Update a Linode

Updates a Linode.

📘

Updating tags?

If you include the tags object in this operation to modify the Linode's tags, these points apply:

  • You need to have unrestricted user access on your account. Talk to your local account administrator about access management.

  • You need to include existing tags to maintain them. You can run the List tagged objects operation to view your Linode, based on its label and store its current tags.

​​​​​

linode-cli linodes update 7833080 \
  --label linode123 \
  --backups.schedule.day "Saturday" \
  --backups.schedule.window "W22" \
  --alerts.cpu 180 \
  --alerts.network_in 10 \
  --alerts.network_out 10 \
  --alerts.transfer_quota 80 \
  --alerts.io 10000

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Response
Click Try It! to start a request and see the response here!