put
https://api.linode.com//linode/instances/
Updates a Linode.
Updating
tags?If you include the
tagsobject 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
tagsto maintain them. You can run the List tagged objects operation to view your Linode, based on itslabeland store its currenttags.
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>
