---
title: "POST /api/v1/packs/install"
method: POST
path: "/api/v1/packs/install"
---

# POST /api/v1/packs/install

`POST /api/v1/packs/install`

Install new packs..

## Request body

- PacksInstall
  - `packs` string[], required — ref of the packs in Exchange, or a git repo URL.
  - `force` boolean — Force pack installation.
  - `skip_dependencies` boolean — Set to True to skip pack dependency installations.

## Response `202`

Pack installation request has been accepted

## Other responses

- `default` — Unexpected error

---

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