@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
DeprecateAgentRequest
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?
notify_
consumers?
reason
Properties
Optional
grace_
period_
days
grace_period_days
?:
number
Optional
notify_
consumers
notify_consumers
?:
boolean
reason
reason
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
grace_
period_
days
notify_
consumers
reason
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...
Request body for POST /api/agents/:agentId/deprecate.