Skip to content

Restart

GET
/applications/{uuid}/restart

Restart application. Post request is also accepted.

Authorizations

Parameters

Path Parameters

uuid
required
string format: uuid

UUID of the application.

Responses

200

Restart application.

object
message
string
Restart request queued.
deployment_uuid

UUID of the deployment.

string
doogksw

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.