cancel_scan
Cancel a running scan using the scan ID to stop the process immediately on the nuclei-server MCP Server.
Instructions
Cancel a running scan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scanId | Yes | Scan ID to cancel |
Input Schema (JSON Schema)
{
"properties": {
"scanId": {
"description": "Scan ID to cancel",
"type": "string"
}
},
"required": [
"scanId"
],
"type": "object"
}