modem stop

Description trigger modem to stop

http://localhost:5000/modem/stop

Example

curl --request POST --url http://localhost:5000/modem/stop --header 'Content-Type: application/json'

Response

{
  "modem": "stopped"
}
{
  "message": "ok"
}

Errors

This API uses the following error codes:

  • 404 Not Found: The requested resource was not found.
  • 503 Modem not running: Modem not running.