Admin - Nodes
Update Node
Update node configuration and settings
PATCH
Authentication
This endpoint requires admin authentication and thenodes:write permission.
Path Parameters
Node ID
Request Body
Node name
Node description
Fully qualified domain name or IP address
Connection scheme:
http or httpsWhether the node is publicly accessible
Whether the node is in maintenance mode
Whether the node is behind a proxy
Total memory in MB
Memory overallocation percentage
Total disk space in MB
Disk overallocation percentage
Maximum upload size in MB
Wings daemon listen port
SFTP port
Base directory for server files
Response
Updated node object with all properties
Notes
- Only fields provided in the request body will be updated
- At least one field must be provided
- Maximum request body size is 32 KB
- Changes may require Wings daemon restart to take full effect