---
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.

## Changes

- **2025-10-16** `cb3bf9b21459` — 3 info
  - the security scope `addon:create` was added to the endpoint's security scheme `bearer_auth`
  - api tag `DigitalOcean-public.v2-new_1-Click Applications` added
  - api tag `1-Click Applications` removed
- **2025-07-18** `f8e8c290636c` — 1 info
  - endpoint added
- **2025-07-17** `5fc9af728e82` — 1 breaking
  - api path removed without deprecation
- **2025-07-17** `f8e8c290636c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/digitalocean/apis/digitalocean-api/changes/v2/1-clicks/kubernetes/post.md)

---

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