Creates a new tag and lets you optionally add it to specific objects. Tags are labels you can attach to objects in your account. Use them to specify and group attributes of objects that are relevant to you. Currently, you can add a tag to your linodes, your nodebalancers, your reserved_ipv4_addresses, the domains for your Linodes, and the volumes on your Linodes.
This operation can only be accessed by account users with unrestricted access. Talk to your local account administrator about access management.
If you don't add a tag to a supported object with this operation, you can use that object's update operation to later add the tag you created.
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
- Scopes:
CLI
linode-cli tags create \
--label 'example tag' \
--linodes 123 \
--linodes 456 \
--volumes 9082 \
--volumes 10003 \
--reserved_ipv4_addresses "192.0.2.141"