---
title: "Device management actions (approve, reject, rotate-token, revoke-token)"
method: POST
path: "/api/nodes"
tags: ["Admin"]
---

# Device management actions (approve, reject, rotate-token, revoke-token)

`POST /api/nodes`

## Request body

- object
  - `action` 'approve' | 'reject' | 'rotate-token' | 'revoke-token', required
  - `requestId` string
  - `deviceId` string
  - `role` string
  - `scopes` string[]

## Response `200`

Action result

- object

## Other responses

- `400` — Invalid request
- `401` — Authentication required

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/versions/b920835b2793/schema)
