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

    Interface DeprecateAgentResponse

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

    interface DeprecateAgentResponse {
        agent_id: string;
        deprecated_at: string;
        notified: boolean;
        sunset_at: string;
    }
    Index

    Properties

    agent_id: string
    deprecated_at: string
    notified: boolean
    sunset_at: string