DELETE
/
scheduled
/
{scanSchedule}
/
invoke
Stop Running Scheduled Scan
curl --request DELETE \
  --url https://api.altostrat.io/scans/cve/scheduled/{scanSchedule}/invoke \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication token obtained via Altostrat platform login.

Path Parameters

scanSchedule
string<uuid>
required

The UUID of the Scan Schedule.

Response

202

Scan stop request accepted. Termination happens asynchronously.