---
title: "Enable or disable SSID for a device"
method: POST
path: "/devices/{id}/ssid/status/:change"
tags: ["Device"]
---

# Enable or disable SSID for a device

`POST /devices/{id}/ssid/status/:change`

Enable or disable SSIDs on the given wifi interfaces for a specific device.

## Path parameters

- `id` integer, required

## Request body

- XiqUpdateDeviceLevelSsidStatus — The request for disable/enable device level ssid.
  - `ssid_ids` integer[], required — The one or multiple SSID to be disabled/enabled, cannot be empty or no action will be triggered.
  - `if_names` XiqWirelessIfName[], required — The one or multiple ssid on wifi interfaces (example:wifi0 or wifi1) to be disabled/enabled, cannot be empty or no SSID will be disabled or enabled.
  - `enabled` boolean, required — To disable or enable the given device level SSIDs on the wifi interfaces.

## Response `200`

OK

## Changes

> 6 revisions in range; 1 not diffed.

- **2026-08-18** `242a0e1b1b40` — 1 breaking
  - the `if_names` request property's minItems was increased to `1`

[Change history](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api/changes/devices/:id/ssid/status/:change/post.md)

---

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