---
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
    - `routes` string[]
  - `name` string

## Response `200`

---

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