For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reset the Device

Sends a reset command to the terminal device, cancelling any active transaction and returning the device to idle state.

POST https://[your-terminal-ip]:8090/reset Content-Type: application/json

Response Status Codes

  • 200 OK - Reset command sent successfully.

None needed. There is no body for this request.

{
    "status": "OK",
    "message": "Device reset command sent"
}

None needed.

Last updated

Was this helpful?