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 toolcustomer_cluster.archive· SDKclient.call('customer_cluster.archive', …) - Events:
customer_cluster.archived
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "cluster_id": { "minLength": 1, "type": "string" } }, "required": [ "cluster_id" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "cluster_id": { "type": "string" } }, "required": [ "cluster_id" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)