Update reserved IP address tags

Replaces the current tags for the reserved IP address with the new set provided.

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: reserved-ips:read_write

CLI

linode-cli networking reserved-ip-update \
  192.107.143.141 \
  --tags NB2, Linode2

Learn more

Path Params
string
enum
required

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

Allowed:
string
required

The reserved address to update, view, or delete.

Body Params
tags
array of strings
required

Tags to apply to this reserved IP that match existing tags. This operation performs a full replacement of existing tags. The tags in the request body will overwrite all current tags associated with the reserved IP. To maintain existing tags, they must be included in the update request.

tags*
Responses

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