Set all tags for a node
Set all tags for a node to exactly the provided list (PUT semantics - full replacement)
Tag Validation Rules:
- Format: lowercase letters (a-z), numbers (0-9), hyphens (-), and underscores (_)
- Must start and end with alphanumeric characters
- Separators (hyphen, underscore) cannot be consecutive
- Maximum length: 50 characters
- Reserved names: null, none, undefined, true, false
- Examples: "gpu-health", "test_tag", "node123"
Path parameters
nodeUUID
Node UUID
Request
Set node tags request
Response
OK
nodeUUID
Errors
400
Bad Request Error
404
Not Found Error
499
Client Closed Request Error
500
Internal Server Error