---
title: "Install Kubernetes 1-Click Applications"
method: POST
path: "/v2/1-clicks/kubernetes"
tags: ["DigitalOcean-public.v2-new_1-Click Applications"]
---

# Install Kubernetes 1-Click Applications

`POST /v2/1-clicks/kubernetes`

To install a Kubernetes 1-Click application on a cluster, send a POST request to
`/v2/1-clicks/kubernetes`. The `addon_slugs` and `cluster_uuid` must be provided as body
parameter in order to specify which 1-Click application(s) to install. To list all available
1-Click Kubernetes applications, send a request to `/v2/1-clicks?type=kubernetes`.

## Request body

- OneClicksCreate
  - `addon_slugs` string[], required — An array of 1-Click Application slugs to be installed to the Kubernetes cluster.
  - `cluster_uuid` string, required — A unique ID for the Kubernetes cluster to which the 1-Click Applications will be installed.

## Response `200`

The response will verify that a job has been successfully created to install a 1-Click. The
post-installation lifecycle of a 1-Click application can not be managed via the DigitalOcean
API. For additional details specific to the 1-Click, find and view its
[DigitalOcean Marketplace](https://marketplace.digitalocean.com) page.

- object
  - `message` string — A message about the result of the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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