This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"cacheType": "native",
"redisObjectCache": false,
"cacheFolderSize": 50,
"cacheValidMinute": 480
}
curl --location -g --request POST 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/runcloudhub' \
--header 'Content-Type: application/json' \
--data-raw '{
"cacheType": "native",
"redisObjectCache": false,
"cacheFolderSize": 50,
"cacheValidMinute": 480
}'
{
"message": "Installation will begin shortly"
}