cancel_scan
Stop an active scan on Intruder.IO by specifying the scan ID, ensuring immediate cancellation of ongoing vulnerability assessments.
Instructions
Cancel a running scan.
Args:
scan_id: The ID of the scan to cancel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scan_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"scan_id": {
"title": "Scan Id",
"type": "integer"
}
},
"required": [
"scan_id"
],
"title": "cancel_scanArguments",
"type": "object"
}