---
title: "Perform action on clusters"
method: PUT
path: "/v1/clusters"
tags: ["Clusters"]
---

# Perform action on clusters

`PUT /v1/clusters`

Perform actions on one or more clusters.

Note: Only `discontinue` action is allowed for clusters.

**Important**: Local OS storage will be deleted. Shared volumes will be detached and should be deleted manually.

## Headers

- `user-agent` string, required
- `cf-connecting-ip` string, required

## Request body

- PerformClusterActionsBulkDto
  - `actions` PerformClusterActionPublicDto[], required — Array of cluster actions, one per each cluster
    - `action` 'discontinue', required
    - `id` string, required — Cluster ID

## Response `202`

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
