---
title: "Initialize configuration"
method: POST
path: "/compose/init"
tags: ["compose"]
---

# Initialize configuration

`POST /compose/init`

Initializes configuration with provided parameters.

## Request body

- PkgInitRequest
  - `config` string — Config name, default is config
  - `default` boolean — Use default settings, default is false
  - `from_file` object — Values keys and paths to files containing the content used as value
  - `project` string — Project name, default is "clearndr"
  - `values` object — Values to set, key is the name of the value, value is the value
  - `values_path` string — Path to a values.yaml file
  - `version` string — Target version, default is latest

## Response `200`

Initialization successful

- PkgSuccessResponse
  - `message` string

## Other responses

- `400` — Bad request with explanation

---

[API](https://skmtc.net/stamusnetworks/apis/swagger-stamusd-api.md) · [All operations](https://skmtc.net/stamusnetworks/apis/swagger-stamusd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stamusnetworks/swagger-stamusd-api/versions/c90a51d85d80/schema)
