---
title: "Update a runtime configuration"
method: PATCH
path: "/runtime_configuration/{id}"
tags: ["Runtime Configuration"]
---

# Update a runtime configuration

`PATCH /runtime_configuration/{id}`

Updates a runtime configuration.

>
> ⚠️ **Deprecation notice**
>
> This operation might be removed in the future. We recommend using [Providers](/docs/providers/overview) instead.

## Path parameters

- `id` integer, required

## Request body

- RuntimeConfigurationWrite — The runtime configuration body for updates
  - `status` 'active' | 'inactive' — The status of this runtime configuration.
  - `values` object, required — The set of values that this runtime configuration holds.

## Response `200`

The operation was successful

- RuntimeConfiguration
  - `id` integer, required — A system-wide unique ID for the runtime configuration.
  - `nrn` string, required — NRN (at or below) where the runtime configuration applies.
  - `profile` string, required — An identifier for this runtime configuration based on the dimensions on which it was created.
  - `status` 'active' | 'inactive', required — The status of the runtime configuration.
  - `dimensions` object, required — The set of dimension/values that this runtime configuration is providing values for.
  - `values` object — The set of values that this runtime configuration holds.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
