curl --request POST \
--url https://api.example.com/api/admin/nodes \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"locationId": "<string>",
"fqdn": "<string>",
"scheme": "<string>",
"behindProxy": true,
"public": true,
"maintenanceMode": true,
"memory": 123,
"memoryOverallocate": 123,
"disk": 123,
"diskOverallocate": 123,
"daemonBase": "<string>",
"daemonSftp": 123,
"daemonListen": 123,
"uploadSize": 123
}
'Create a new Wings node
curl --request POST \
--url https://api.example.com/api/admin/nodes \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"locationId": "<string>",
"fqdn": "<string>",
"scheme": "<string>",
"behindProxy": true,
"public": true,
"maintenanceMode": true,
"memory": 123,
"memoryOverallocate": 123,
"disk": 123,
"diskOverallocate": 123,
"daemonBase": "<string>",
"daemonSftp": 123,
"daemonListen": 123,
"uploadSize": 123
}
'Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xyrapanel/panel/llms.txt
Use this file to discover all available pages before exploring further.
/api/admin/wings/nodes. This endpoint may be available in future versions.nodes:write permission.
http or https