DigitalOcean-public.v2-new_Apps
Restart an App
Perform a rolling restart of all or specific components in an app.
post/v2/apps/{app_id}/restart
Path parameters
app_idstring required
The app ID
Request body
Example request
{
"components": [
"component1",
"component2"
]
}Response
A JSON object with a deployment key.