Skip to main content
POST
/
scans
/
{id}
/
stop
Stop an active scan
curl --request POST \
  --url https://app.pentest-tools.com/api/v2/scans/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "status": 401,
  "message": "No API key specified"
}

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Path Parameters

id
integer
required

id of the scan

Response

No Content