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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cuse.dev/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type RestartParams · object.

Response

Successfully initiated restart