---
title: "Install an app by UUID."
method: POST
path: "/v1/apps/{uuid}/install"
tags: ["appManagement"]
---

# Install an app by UUID.

`POST /v1/apps/{uuid}/install`

Installs the app with given UUID in the folder specified using destinationFolderId.

## Path parameters

- `uuid` string, uuid, required

## Request body

- AppInstallRequest — JSON object containing name, description, destinationFolderId, and dataSourceType.
  - `name` string, required — Preferred name of the app to be installed. This will be the name of the app in the selected installation folder.
  - `description` string, required — Preferred description of the app to be installed. This will be displayed as the app description in the selected installation folder.
  - `destinationFolderId` string, required — Identifier of the folder in which the app will be installed in hexadecimal format.
  - `dataSourceValues` object — Dictionary of properties specifying log-source name and value.

## Response `200`

App install job has been scheduled.

- BeginAsyncJobResponse
  - `id` string, required — Identifier to get the status of an asynchronous job.

## Other responses

- `default` — App installation failed with an error.

---

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