Skip to main content
DELETE
/
scans
/
cve
/
scheduled
/
{scanScheduleId}
/
invoke
Stop a Scan
curl --request DELETE \
  --url https://api.altostrat.io/scans/cve/scheduled/{scanScheduleId}/invoke \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Path Parameters

scanScheduleId
string<uuid>
required

The unique identifier of the scan schedule to stop.

Example:

"9c43cc95-f313-49a3-b632-524f7a24503b"

Response

The request to stop the scan has been successfully queued.