---
title: "Create the posted new application in the `Namespace`."
method: POST
path: "/namespaces/{Namespace}/applications"
tags: ["application"]
---

# Create the posted new application in the `Namespace`.

`POST /namespaces/{Namespace}/applications`

## Path parameters

- `Namespace` string, required

## Request body

- ApplicationCreateRequest — ApplicationCreateRequest represents and contains the data needed to create an application (at rest), possibly with presets (configurations)
  - `configuration` ApplicationUpdateRequest — ApplicationUpdateRequest represents and contains the data needed to update an application. Specifically to modify the number of replicas to run, and the configurations bound to it. Note: Instances is a pointer to give us a nil value separate from actual integers, as means of communicating `default`/`no change`.
    - `appchart` string
    - `configurations` string[]
    - `environment` EnvVariableMap — EnvVariableMap is a collection of EVs as a map. It is used for Set Requests, and as List Responses
    - `instances` integer
    - `restart` boolean
    - `routes` string[]
    - `settings` ChartValueSettings — ChartValueSettings is a collection of key/value pairs describing the user's chosen settings with which to configure the helm chart referenced by the application's appchart.
  - `name` string

## Response `200`

---

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