latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

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"
}