bash
Restart System
bash
Restart System
Restarts the system services.
POST
/
api
/
bash
/
restart
curl --request POST \
--url http://localhost:4242/{computer_name}/api/bash/restart \
--header 'Content-Type: application/json' \
--data '{}'
This response does not have an example.
Body
application/json ยท object
Response
204
Successfully initiated restart
curl --request POST \
--url http://localhost:4242/{computer_name}/api/bash/restart \
--header 'Content-Type: application/json' \
--data '{}'
This response does not have an example.