Skip to main content
POST
Disallow Agent Type

Body

application/json
tenant_id
string
required

The tenant whose allow-list to modify.

Example:

"acme-corp"

agent_type
string
required

The agent type identifier to allow or disallow.

Example:

"document-processor"

Response

Agent type removed from allow-list and instances deregistered.

ok
boolean
Example:

true

agent_type
string

The agent type that was disallowed.

Example:

"document-processor"

removed_from_policy
boolean

true if the type was found and removed from the allow-list. false if it was not in the list.

Example:

true

deregistered_count
integer

Number of running instances that were cascade-deregistered.

Example:

2