bash
Restart System
Restarts the system services.
POST
/
api
/
bash
/
restart
Copy
curl --request POST \
--url http://localhost:4242/{computer_name}/api/bash/restart \
--header 'Content-Type: application/json' \
--data '{}'
Copy
This response does not have an example.
Body
application/json · RestartParams · object
Response
204
Successfully initiated restart
Copy
curl --request POST \
--url http://localhost:4242/{computer_name}/api/bash/restart \
--header 'Content-Type: application/json' \
--data '{}'
Copy
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.