---
title: "Create a runtime configuration"
method: POST
path: "/runtime_configuration"
tags: ["Runtime Configuration"]
---

# Create a runtime configuration

`POST /runtime_configuration`

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

## Request body

- RuntimeConfigurationCreate — The runtime configuration body for updates,
  - `nrn` string, required — NRN (at or below) where the runtime configuration applies.
  - `dimensions` object, required — The set of dimension/value pairs that this runtime configuration applies to. > You can send an empty object `{}` to create a runtime configuration that applies to all dimensions.
  - `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)
