Delete one or more tags
You can delete one or more tags from your resources.
Permissions
info
Deleting 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:
- compute.vm.update for a VM (virtual machine);
- compute.blockStorage.update for a volume (block storage);
- compute.loadBalancer.update for a load balancer;
- compute.vpc.update for a VPC (Virtual Private Cloud).
This list is given as an example and is not exhaustive: for each resource, refer to its action page.
- Console
- API
- Terraform

- From the left-hand side menu, go to the list of the resource whose tag you want to delete;
- On the resource row, open the Actions menu, then click Manage tags;
- In the Manage Tags panel, click the cross of the tag to delete;
- 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.
The DELETE /compute/spaces/{spaceId}/bulk/tags command deletes one or more tags from your resources.
The Terraform documentation is available on the Numspot registry ↗.