This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{}
curl --location -g --request GET 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/installationscript' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"script": "export DEBIAN_FRONTEND=noninteractive; echo 'Acquire::ForceIPv4 \"true\";' | tee /etc/apt/apt.conf.d/99force-ipv4; apt-get update; apt-get install curl netcat-openbsd -y; curl -4 --silent -k --location https://agency-27032023.runcloud.dev/scripts/installer/4iR7YZtIlYVqlSWIz6VaLJkqxX1721095842aK9geoBZQs2hzWbJ46mVcgnpGwgoOwWzTkobr1a3MWGG1zgpDcpDl6uxqnQeZnrO/kourhvkE37cZ4BIuoWJ2ATc9jKgnOLvJjJJJqxpBXGbz2aJ8l9COLoOkEkZiGox9NqZ5UEb6eNqTKR0XG5n6GJqz5FwrG4x7ttonxzMGKMeF0ZH3TBGhmeqZ4dqJkxP6 | bash -; export DEBIAN_FRONTEND=newt"
}