---
title: "CreateInstallableService"
method: POST
path: "/v1/services/installables/"
tags: ["services"]
---

# CreateInstallableService

`POST /v1/services/installables/`

Install a new installable service.

## Request body

- DtoCreateInstallableService
  - `autoCreateMapping` boolean
  - `autoRestart` boolean
  - `autoStart` boolean
  - `envs` string[]
  - `mappingHostname` string
  - `mappingPath` string
  - `mappingUpgradeInsecureRequests` boolean
  - `maxStartRetries` integer
  - `name` string
  - `portBindings` ValueObjectPortBinding[]
    - `port` integer
    - `protocol` string
  - `startupFile` string
  - `timeoutStartSecs` integer
  - `version` string
  - `workingDir` string

## Response `201`

InstallableServiceCreated

- object

---

[API](https://skmtc.net/goinfinite/apis/osapi.md) · [All operations](https://skmtc.net/goinfinite/apis/osapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goinfinite/osapi/revisions/7320a5d8ef9e/schema)
