Skip to main content
POST
/
scan
/
{scan_uuid}
/
stop
Stop Scan
curl --request POST \
  --url https://rts-senthrex.slayers.tech/scan/{scan_uuid}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Stop scan

Stops a scan in progress and returns a message confirming the stop action.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scan_uuid
string
required

Response

Successful Response

Generic single-message response.

Attributes: message: Human-readable result message.

message
string
required