This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"ipAddress": "11.0.0.1"
}
curl --location -g --request POST 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/change-ip' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"ipAddress": "11.0.0.1"
}'
{
"message": "Please run the script inside your server as root",
"script": "export DEBIAN_FRONTEND=noninteractive; curl --silent --location https://agency-27032023.runcloud.dev/scripts/changeip/mOTQMgDUXbEMTmqi49msDFm4Sn1720508165cB83zDKrMrIzQo8qA2afQ6Gan30VCNg8eIUjPaEwCU8Y8vtwcbGc2ybGFCpXCT6d/xfcLRe9caXJ6qFmdw8AsduitLkBRSgmmhS98YMhEP2wQF0fAW4aT6Faxag3CNuwFZ8j1EaHHh8GfAoQOtjiWxwbvKYcTGknvVG5DlWEaeMYcn4hsLr11qaY8Av1YCwUD | bash -; export DEBIAN_FRONTEND=newt"
}