---
title: "Set an ACU's status and nucleon config group name"
method: PUT
path: "/orgs/{orgId}/acus/{acuId}/status"
tags: ["orgs/acus"]
---

# Set an ACU's status and nucleon config group name

`PUT /orgs/{orgId}/acus/{acuId}/status`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-acu{params.acuId}:orgAcu-setAcuStatus:w,o:w<br/><br/>__Endpoint name__: setAcuStatus

## Path parameters

- `orgId` integer, required
- `acuId` integer, required

## Request body

- object
  - `status` 'U' | 'RP' | 'RF' | 'R' | 'AP' | 'A' | 'AF'
  - `statusMessage` string, nullable

## Response `204`

No Content

---

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