Admin - Servers
Update Server Build
Update server resource limits and configuration
PATCH
Authentication
This endpoint requires admin authentication and theservers:write permission.
Path Parameters
Server ID or UUID
Request Body
CPU limit percentage (minimum: 0)
Memory limit in MB (minimum: 0)
Swap space in MB (minimum: -1, -1 = unlimited)
Disk space in MB (minimum: 0)
Block I/O weight (10-1000)
CPU thread pinning (e.g., “0-3,8”)
Disable OOM killer
Database limit (null = unlimited)
Additional allocation limit (null = unlimited)
Backup limit (null = unlimited)
Response
Notes
- Updates are applied to the database immediately
- The server configuration is synchronized with Wings after database update
- If Wings sync fails, an error is returned but database changes persist
- Changes will be applied on next server restart if sync fails
- Only provided fields are updated; omitted fields remain unchanged