# Send command with peroidic time no connectio request

**URL:** https://forum.genieacs.com/t/send-command-with-peroidic-time-no-connectio-request/1067
**Category:** Uncategorized
**Created:** [September 19, 2020, 2:56pm UTC](https://forum.genieacs.com/t/send-command-with-peroidic-time-no-connectio-request/1067 "2020-09-19T14:56:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![komeilkma](https://avatars.discourse-cdn.com/v4/letter/k/8c91f0/32.png) [@komeilkma](https://forum.genieacs.com/u/komeilkma)
#### Post date: [September 19, 2020, 2:56pm UTC](https://forum.genieacs.com/t/send-command-with-peroidic-time-no-connectio-request/1067/1 "2020-09-19T14:56:42Z")

</div>

Hello to all  
I want to send reboot &… commands to the modem without connection request  
How can I do this?  
This means that after sending the command from the server, communication must be done through periodic time and then the command must be applied to the modem.

---

<div class="post-metadata">

### Author: ![bajojoba](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@bajojoba](https://forum.genieacs.com/u/bajojoba)
#### Post date: [September 24, 2020, 12:34pm UTC](https://forum.genieacs.com/t/send-command-with-peroidic-time-no-connectio-request/1067/2 "2020-09-24T12:34:13Z")

</div>

Hi,

I’m don’t think this is how the CWMP standard works.

BR,  
Janko Bajc

---

<div class="post-metadata">

### Author: ![akcoder](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.genieacs.com/akcoder/32/11_2.png) [@akcoder](https://forum.genieacs.com/u/akcoder)
#### Post date: [September 24, 2020, 4:11pm UTC](https://forum.genieacs.com/t/send-command-with-peroidic-time-no-connectio-request/1067/3 "2020-09-24T16:11:26Z")

</div>

How are you sending commands to the CPE right now? Via the web UI? I’m not sure on the web UI how to make it not initiate a connection request.

If you use the API, you remove “connection\_request” from the URL. [https://github.com/genieacs/genieacs/wiki/API-Reference#post-devicesdevice\_idtasksconnection\_request](https://github.com/genieacs/genieacs/wiki/API-Reference#post-devicesdevice_idtasksconnection_request)
