Skip to main content
Update cluster metadata, namespace scope, and run permission policy

Authorizations

acornops_cp_session
string
cookie
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"4b930d98-add9-4924-ab26-3c16d96ec373"

clusterId
string<uuid>
required
Example:

"5b006e4c-509c-458a-9f02-5aafbdc01ade"

Body

application/json
name
string
Example:

"payments-prod-eks"

namespaceInclude
string[]
Example:
namespaceExclude
string[]
Example:
permissionModeOverride
enum<string> | null

Per-cluster run permission override. Use null to inherit the deployment default.

Available options:
read_only,
ask_before_changes,
auto_allowed_changes,
null
Example:

"ask_before_changes"

writeConfirmationRequiredOverride
boolean | null
deprecated

Deprecated compatibility alias. true maps to ask_before_changes; false maps to auto_allowed_changes.

Example:

true

Response

Cluster updated.

id
string<uuid>
required
workspaceId
string<uuid>
required
targetType
enum<string>
required
Available options:
kubernetes,
virtual_machine
name
string
required
status
string
connectionStatus
string
latestSnapshot
object
summary
object
permissions
object
agentAccessMode
enum<string>
Available options:
read_only,
read_write,
unknown
namespaceInclude
string[]
namespaceExclude
string[]
permissionMode
enum<string>
Available options:
read_only,
ask_before_changes,
auto_allowed_changes
permissionModeOverride
enum<string> | null
Available options:
read_only,
ask_before_changes,
auto_allowed_changes,
null
permissionModeSource
enum<string>
Available options:
cluster_override,
deployment_default
writeConfirmationPolicy
object
deprecated