This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"name": "Test API Server",
"ipAddress": "12.24.3.232",
"provider": "digitalocean",
"webServerType": "nginx",
"installationType": "native",
"databaseType": "mariadb"
}
curl --location --request POST 'https://manage.runcloud.io/api/v3/servers' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test API Server",
"ipAddress": "12.24.3.232",
"provider": "digitalocean",
"webServerType": "nginx",
"installationType": "native",
"databaseType": "mariadb"
}'
{
"id": 764551,
"name": "Test API Server",
"provider": "digitalocean",
"stack": "nginx",
"ipAddress": "12.24.3.232",
"country_iso_code": null,
"os": "Ubuntu",
"osVersion": null,
"connected": false,
"online": false,
"agentVersion": null,
"phpCLIVersion": "php81rc",
"softwareUpdate": false,
"securityUpdate": true,
"transferStatus": "AVAILABLE",
"created_at": "2024-07-16 02:10:42",
"tags": []
}