This API v2 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{}
curl --location -g --request DELETE 'https://manage.runcloud.io/api/v2/servers/{{serverId}}/webapps/{{webAppId}}/git/{{gitId}}' \
--header 'content-type: application/json' \
--data-raw '{}'
{
"id": 59,
"provider": "github",
"gitHost": null,
"gitUser": null,
"branch": "dev",
"repositoryData": {
"url": "https://github.com/alirhmn/laravel-woi",
"repo": "[email protected]:alirhmn/laravel-woi.git"
},
"atomic": false,
"atomic_project_id": null,
"autoDeploy": true,
"deployScript": "git merge\nphp artisan migrate",
"created_at": "2024-07-31 03:06:04"
}