Skip to content
Get started

Remove a memory layer assignment from a variation

$ cadenya agents:variations remove-memory-layer
DELETE/v1/workspaces/{workspaceId}/agents/{agentId}/variations/{variationId}/memory_layer_assignments/{id}

Detaches a memory layer assignment from a variation, identified by the assignment id.

ParametersExpand Collapse
--workspace-id: string

Workspace ID.

--agent-id: string

Agent ID. Accepts the canonical agent_… form or the external_id:<value> form.

--variation-id: string

Variation ID. Accepts the canonical av_… form or the external_id:<value> form.

--id: string

Remove a memory layer assignment from a variation

cadenya agents:variations remove-memory-layer \
  --api-key 'My API Key' \
  --workspace-id workspaceId \
  --agent-id agentId \
  --variation-id variationId \
  --id id
Returns Examples