Skip to main content
POST
/
api
/
v1
/
tasks
/
{id}
/
abort
Abort active task
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/tasks/{id}/abort \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "streamId": "<string>",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Task ID

Response

Task aborted successfully

message
string
required
streamId
string
required
success
boolean
required