iiRecord
Agentic AI Atlas · adapters workspaces delete
interaction-primitive:adapters-cli-workspaces-deletea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:adapters-cli-workspaces-delete

Structured · live

adapters workspaces delete json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/interaction-patterns/adapters-cli-workspaces-host.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:adapters-cli-workspaces-delete",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/adapters-cli-workspaces-host.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters workspaces delete",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "adapters",
    "subcommandVerb": "workspaces delete",
    "flags": [
      "--force:0:remove on-disk artefacts before deletion"
    ],
    "subcommandExitCodes": [
      "0:success:workspace deleted",
      "1:general-error:internal error",
      "2:usage-error:missing identifier"
    ],
    "description": "Delete a workspace from the registry (and on-disk if --force).\nSource: packages/adapters/cli/src/commands/workspaces.ts:135-147.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "interaction-primitive:adapters-cli-workspaces-delete",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-adapters-cli",
      "to": "interaction-primitive:adapters-cli-workspaces-delete",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}