II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-profiles-delete
amux profiles delete json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-profiles-delete",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-sessions-config-profiles.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux profiles delete",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "profiles delete",
"flags": [
"--scope:1:global|project"
],
"subcommandExitCodes": [
"0:success:profile deleted",
"1:general-error:internal error",
"2:usage-error:missing <name>",
"9:profile-not-found:PROFILE_NOT_FOUND"
],
"description": "Delete a profile by name. Source:\npackages/agent-mux/cli/src/commands/profiles.ts:170-187.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-profiles-delete",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-profiles-delete",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}