Products
Platform
General
Public groups
Solved! Go to solution.
Hi @Namgyu ,
If you look under the api list and under devices, there is the following which should allow you to reboot AP's
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X POST 'https://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/reboot'
Successful HTTP Status: 200
{ "success": true }
View solution in original post
I did not find concerned API yet but detect how to reboot AP remotely with Meraki dashboard!
Is there anybody who knows the answer about the original question?
And in dashboard you can find it in the Tools tab on the status pages of the different product group status pages:
Thank you @MarkD_BT and @BrechtSchamp all!
Special thanks to @MarkD_BT, I also find it at 'device' category.