Skip to content
v0.3

customer_cluster.unpin

Remove a PINNED customer from a cluster. Refused if the customer is in the cluster because the RULE matches them — unpinning would not remove them, so the refusal explains that instead of silently doing nothing.

  • Scope: customer.admin.write
  • System: no
  • Reachable from: POST /v1/commands/customer_cluster.unpin (tenant credential) · MCP tool customer_cluster.unpin · SDK client.call('customer_cluster.unpin', …)
  • Events: customer_cluster.updated
{
"properties": {
"cluster_id": {
"minLength": 1,
"type": "string"
},
"customer_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"cluster_id",
"customer_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)