Skip to main content

Reboot camera

POST 

/param.cgi?post_reboot

Function: Reboots the camera.

Camera Compatibility:

  • Move 4K
  • Link 4K
  • Move SE
  • Studio Pro

Example:

curl:

  curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_reboot" -H "Content-Length: 0"

JavaScript:

  fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_reboot", \{method: 'POST'\})

Request

Responses

The request has succeeded.