proxy_remove_target
Remove a specified domain from automated proxy monitoring to stop tracking and analyzing its HTTP/HTTPS traffic, ensuring targeted control over monitored data.
Instructions
Remove a target domain from proxy monitoring
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain to remove from monitoring |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Domain to remove from monitoring",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}