POST
/
v1
/
scans
/
{scan_id}
/
stop
curl --request POST \
  --url https://api.projectdiscovery.io/v1/scans/{scan_id}/stop \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "ok": true
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Path Parameters

scan_id
string
required

Response

200
application/json
Example response
message
string
required
ok
boolean