Skip to main content
POST
/
api
/
bash
/
restart
Restart System
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/bash/restart \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

The body is of type RestartParams · object.

Response

Successfully initiated restart