Assign specific tags to your servers for easier identification and management. This is useful for categorizing servers by purpose, like 'Music Server' or 'AI Services'. The endpoint returns an ID to track the tagging in the system.
Accept Example Content-Type Example serverId string required tagName string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string details array https://cloud.hostup.se/api/server-tags curl -X POST "https://cloud.hostup.se/api/server-tags" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"serverId": "string",
"tagName": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"serverId": "string",
"tagName": "string"
}
} {
"serverId": "string",
"tagName": "string"
}