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

    Interface DeprecateAgentRequest

    Request body for POST /api/agents/:agentId/deprecate.

    interface DeprecateAgentRequest {
        grace_period_days?: number;
        notify_consumers?: boolean;
        reason: string;
    }
    Index

    Properties

    grace_period_days?: number
    notify_consumers?: boolean
    reason: string