@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface TombstoneAgentResponse

    Response from POST /api/agents/:agentId/tombstone.

    interface TombstoneAgentResponse {
        agent_id: string;
        tombstoned: boolean;
    }
    Index

    Properties

    Properties

    agent_id: string
    tombstoned: boolean