Hi, So I finally did some tests and it looks good. API V1 - restart works like a charm https://ctrlxIP/system/api/v1/tasks method: POST payload: {"action": "reboot"} The response is like that: { "id": "some_id", "state": "pending", "action": "reboot", "properties": {}, "parameters": {} } If someone wants to restart the specific snap (or in fact its service) you should try (e.g. rexroth-drive-comm): https://ctrlXIP/package-manager/api/v1/tasks method: POST payload: {"action": "restart", "parameters": {"service": "rexroth-drive-comm"}} (you can also try: stop, start)
... View more