Restart
GET /applications/{uuid}/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
deployment_uuid
UUID of the deployment.
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string