User can define a set of free-form tags to group and identify a subset of their servers. Tags can be for example webserver, database, PROD, QA, DEV etc.
A server can have several tags. API can be used to return only servers matching specified tags. Note that all operations changing server's state or attributes must still be done individually for each server UUID, tags can be used only to return a list of servers.
Warning! Consider using labels instead of tags: Tags are an access control feature and only available for a limited set of resources. Use labels to describe and filter your resources. Documentation for labels can be found on the resource specific documentation pages.
Creating and modifying tags is allowed only by main account. Subaccounts have access only to listing tags and tagged servers they are granted access to.
Modify existing tag
Changes attributes of an existing tag
path Parameters
name^[A-Za-z0-9_]{1,32}$ · requiredTag name
Modify existing tag › Responses
Modified tag.
Delete a tag
Deletes a specific tag.
path Parameters
name^[A-Za-z0-9_]{1,32}$ · requiredTag name
Delete a tag › Responses
Tag deleted successfully.