II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:adapters-cli-workspaces-delete
adapters workspaces delete json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}