Set unpause on modem

In this case study, we will look at how to suspend modem usage.

Follow the steps below to resume the modem:

  1. Get a list of your modems and select one of them. You can get a list of modems by host or without host.

  2. Use the following method from our API UNPAUSE modem

Example of successful execution of a request in JSON format:

{
  "success": false,
  "response": "modem-already-used",
  "code": 0
}

Last updated