Agent Client Protocol - v0.4.6
    Preparing search index...

    Interface ReleaseTerminalRequest

    Request to release a terminal and free its resources.

    interface ReleaseTerminalRequest {
        _meta?: { [k: string]: unknown };
        sessionId: string;
        terminalId: string;
    }
    Index

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    sessionId: string

    The session ID for this request.

    terminalId: string

    The ID of the terminal to release.