ISPO SDK
    Preparing search index...

    Interface AgentStopInput

    Markdown
    interface AgentStopInput {
        terminalId: string;
    }
    Index
    terminalId: string

    The terminal to terminate — the terminalId returned by an earlier agent.spawn (also carried on the live agent.session / agent.activity projections).