Skip to content
v0.3

customer_cluster.archive

Archive a customer cluster (no hard delete). Refused while a live promotion conditions on it — the error names them.

  • Scope: customer.admin.write
  • System: no
  • Reachable from: POST /v1/commands/customer_cluster.archive (tenant credential) · MCP tool customer_cluster.archive · SDK client.call('customer_cluster.archive', …)
  • Events: customer_cluster.archived
{
"properties": {
"cluster_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"cluster_id"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"cluster_id": {
"type": "string"
}
},
"required": [
"cluster_id"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)