---
title: "Send Wake-on-LAN packet"
method: POST
path: "/v1/objects/{object-id}/wake-up"
tags: ["Objects"]
---

# Send Wake-on-LAN packet

`POST /v1/objects/{object-id}/wake-up`

Send Wake-on-LAN magic packet to the node bound to the given object. For an interface the packet is sent to the directed broadcast address of that interface's subnet using its MAC address. For a node the server picks the first interface with a valid unicast IPv4 address, preferring managed interfaces over unmanaged ones.

## Path parameters

- `object-id` integer, required

## Response `204`

Wake-on-LAN packet sent

## Other responses

- `400` — Object is not a node or interface, or has no interface suitable for Wake-on-LAN
- `401` — Unauthorized
- `403` — User does not have control access to given object
- `404` — Object with given ID does not exist
- `500` — Failed to send Wake-on-LAN packet

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
