Sep 25 2019
12:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25 2019
12:55 AM
API for controlling AP to reboot remotely
Dear everyone,
Aren't there any Meraki APIs to control APs in a network in order to reboot them remotely?
I have checked some Meraki API dashboards but I did not find ones about MR.
Solved! Go to solution.
Labels:
- Labels:
-
Dashboard API
1 Accepted Solution
Sep 25 2019
2:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25 2019
2:14 AM
Hi @Namgyu ,
If you look under the api list and under devices, there is the following which should allow you to reboot AP's
Reboot a device
HTTP Request
POST/networks/{networkId}/devices/{serial}/rebootParameters
NoneSample Request
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'
Sample Response
Successful HTTP Status: 200
{
"success": true
}
4 Replies 4
Sep 25 2019
1:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25 2019
1:12 AM
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?
Sep 25 2019
2:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25 2019
2:14 AM
Hi @Namgyu ,
If you look under the api list and under devices, there is the following which should allow you to reboot AP's
Reboot a device
HTTP Request
POST/networks/{networkId}/devices/{serial}/rebootParameters
NoneSample Request
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'
Sample Response
Successful HTTP Status: 200
{
"success": true
}
Sep 25 2019
6:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25 2019
6:34 AM
And in dashboard you can find it in the Tools tab on the status pages of the different product group status pages:
Sep 25 2019
4:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25 2019
4:23 PM
Thank you @MarkD_BT and @BrechtSchamp all!
Special thanks to @MarkD_BT, I also find it at 'device' category.

Get notified when there are additional replies to this discussion.