osc compute server tag
Lists tags, creates, replaces or deletes one or more tags for a server, checks the existence of a tag for a server.
Available since version 2.26
Tags have the following restrictions:
- 
Tag is a Unicode bytestring no longer than 60 characters.
 - 
Tag is a non-empty string.
 - 
‘/’ is not allowed to be in a tag name
 - 
Comma is not allowed to be in a tag name in order to simplify requests that specify lists of tags
 - 
All other characters are allowed to be in a tag name
 - 
Each server can have up to 50 tags.
 
Usage: osc compute server tag <COMMAND>
Available subcommands:
osc compute server tag add— Add a Single Tagosc compute server tag check— Check Tag Existenceosc compute server tag delete— Delete a Single Tagosc compute server tag list— List Tagsosc compute server tag purge— Delete All Tagsosc compute server tag replace226— Replace Tags (microversion = 2.26)