---
title: "Set node configuration."
method: POST
path: "/config/node"
tags: ["config"]
---

# Set node configuration.

`POST /config/node`

This will set the requested node configuration

## Request body

- NodeConfig — NodeConfig is a node level config data
  - `cluster_domain` string
  - `csi_endpoint` string
  - `geo` GeoConfig — GeoConfig holds geographic information
    - `rack` string
    - `region` string
    - `zone` string
  - `network` NetworkConfig — NetworkConfig is a network configuration parameters struct
    - `data_interface` string
    - `mgt_interface` string
  - `node_id` string
  - `private` object
  - `storage` StorageConfig — StorageConfig is a storage configuration parameters struct
    - `devices` string[]
    - `devices_md` string[]
    - `max_count` integer
    - `max_drive_set_count` integer
    - `raid_level` string
    - `raid_level_md` string

## Response `200`

success

---

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