Set all tags for a node

View as Markdown
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

nodeUUIDstringRequired
Node UUID

Request

Set node tags request
tagslist of stringsRequired

Response

OK
nodeUUIDstringOptional
tagslist of stringsOptional

Errors

400
Bad Request Error
404
Not Found Error
499
Client Closed Request Error
500
Internal Server Error