Restart​
GET
/services/{uuid}/restart
Restart service. Post request is also accepted.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the service.
Type
Requiredstring
Query Parameters
latest
Pull latest images.
Type
boolean
Default
falseResponses​
Restart service.
application/json
JSON
{
"message": "Service restaring request queued."
}
