Update a Linode's managed settings

Updates the managed settings for a Linode.

This operation can only be accessed by the unrestricted users of an account.

Permissions and scopes

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

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

linode-cli managed linode-setting-update \
  7833234 \
  --ssh.access true \
  --ssh.user linode \
  --ssh.port 22 \
  --ssh.ip 203.0.113.1

Learn more

Path Params
string
enum
required

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

Allowed:
integer
required

The Linode ID whose settings we are accessing.

Body Params

The settings to update.

Settings for a specific Linode related to Managed Services. There is one ManagedLinodeSettings object for each Linode on your Account.

ssh
object

The SSH settings for this Linode.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json