Skip to main content

Create or update one or more tags

To create or update a tag, you must define a key and a value. The key is the name of the tag and the value is the value of the tag. For example, you can create a tag with the key "environment" and the value "production".

When you create a resource, the Numspot Console lets you define its Name tag (the name of the resource). Once the resource is created, you can add more tags via the Numspot Console or the Numspot API.

Permissions

info

Adding or updating tags is an update operation on the relevant resource. This action requires the IAM (Identity and Access Management) update permission for each targeted resource. For example:

This list is given as an example and is not exhaustive: for each resource, refer to its action page.

Adding tags to your resources

From the list of the relevant resource, open its row “Actions” menu, then click “Manage tags”.
  1. From the left-hand side menu, go to the list of the resource to which you want to add a tag;
  2. On the resource row, open the Actions menu, then click Manage tags;
  3. In the Manage Tags panel, click Create a tag;
  4. Enter the tag key and value, then click Add tag;
  5. Click Confirm to save.
info

The process is identical for all resources that support tags (VM, volume, load balancer, VPC…). The example above is taken from a load balancer.

Updating the values of your tags

From the list of the relevant resource, open its row “Actions” menu, then click “Manage tags”.
info

The Numspot Console does not allow you to update an existing tag: tags are displayed as non-editable chips. To change a value, delete the tag and recreate it with the same key. The API and Terraform however allow a direct update (see the corresponding tabs).

  1. From the left-hand side menu, go to the list of the resource whose tag you want to update;
  2. On the resource row, open the Actions menu, then click Manage tags;
  3. Click the cross of the tag to update to delete it;
  4. Click Create a tag, enter the same key and the new value, then click Add tag;
  5. Click Confirm to save.
info

The process is identical for all resources that support tags (VM, volume, load balancer, VPC…). The example above is taken from a load balancer.