v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Applications

Restart

Restart application.

post/applications/{uuid}/restart

Path parameters

uuidstring required

UUID of the application.

Response

Restart application.

messagestring
deployment_uuidstring

UUID of the deployment.

Example response

{
  "message": "Restart request queued.",
  "deployment_uuid": "doogksw"
}