---
title: "Adds the list of configuration overrides on the specified node."
method: POST
path: "/Nodes/{nodeName}/$/AddConfigurationParameterOverrides"
tags: ["Node"]
---

# Adds the list of configuration overrides on the specified node.

`POST /Nodes/{nodeName}/$/AddConfigurationParameterOverrides`

This api allows adding all existing configuration overrides on the specified node.

## Path parameters

- `nodeName` string, required

## Query parameters

- `api-version` '7.0', required
- `Force` boolean
- `timeout` integer

## Request body

- ConfigParameterOverride[] — List that contains parameters, sections that they belong and their values.
  - `SectionName` string, required — Name of the section for the parameter override.
  - `ParameterName` string, required — Name of the parameter that has been overridden.
  - `ParameterValue` string, required — Value of the overridden parameter.
  - `Timeout` string, duration — The duration until config override is considered as valid.
  - `PersistAcrossUpgrade` boolean — A value that indicates whether config override will be removed on upgrade or will still be considered as valid.

## Response `200`

A successful operation will return 200 status code.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
