Skip to main content
POST
Create standalone install

Authorizations

Authorization
string
header
required

Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens

Headers

idempotency-key
string

Unique key to prevent duplicate operations. If the same key is sent again, the existing workflow is returned instead of creating a new one.

Required string length: 1 - 256
Example:

"deploy-prod-2024-03-15"

Body

application/json
name
string
required
Required string length: 1 - 100
Example:

"my-redis"

cluster_ids
string[]
required

Cluster IDs to deploy to

Minimum array length: 1
helm_sources
object[]
required
Minimum array length: 1

Response

Install workflow started