---
title: "Trigger a node command"
method: POST
path: "/1.0/kb/nodesInfo"
tags: ["NodesInfo"]
---

# Trigger a node command

`POST /1.0/kb/nodesInfo`

## Query parameters

- `localNodeOnly` boolean

## Headers

- `X-Killbill-CreatedBy` string, required
- `X-Killbill-Reason` string
- `X-Killbill-Comment` string

## Request body

- NodeCommand
  - `isSystemCommandType` boolean
  - `nodeCommandType` string
  - `nodeCommandProperties` NodeCommandProperty[]
    - `key` string
    - `value` object

## Response `202`

Successful operation

## Other responses

- `400` — Invalid node command supplied

---

[API](https://skmtc.net/killbill/apis/kill-bill.md) · [All operations](https://skmtc.net/killbill/apis/kill-bill/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/killbill/kill-bill/revisions/0fb95d23caf5/schema)
