---
title: "Bounce port of a device (EXOS, VOSS and SR Switches"
method: POST
path: "/devices/{id}/bounce-port"
tags: ["Device"]
---

# Bounce port of a device (EXOS, VOSS and SR Switches

`POST /devices/{id}/bounce-port`

Bounce port for the given device id.

## Path parameters

- `id` integer, required

## Request body

- XiqBounceDevicePortRequest — The request for bouncing port of a single device. Includes EXOS, VOSS devices and SR switches
  - `device_id` integer — The device id
  - `port_number` string — The port number of the device (eg. 1,2, ..)
  - `bounce_port_reason` string — The reason to bounce the port of the device (eg. reset the inline power on the port so that the connected AP can be restarted)

## Response `200`

OK

- XiqBounceDevicePortResponse — The response for bounce port
  - `data` XiqBounceDevicePortData — The data required for bounce port response
    - `status` integer — The status value
    - `request_id` integer — The requestId of the response
    - `results` XiqBounceDevicePortOperationResult[] — The list of results
      - `status` integer — The status value
      - `message` string — The message

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
