Skip to main content

Stop an Ongoing Scan

POST 

/api/v32.04/agentless/stop

x-prisma-cloud-target-env: {"permission":"monitorHosts","saas":true,"self-hosted":true}
x-public: true

Stops an ongoing scan on hosts or containers for vulnerabilities and compliance.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
“https://<CONSOLE>/api/v<VERSION>/agentless/stop”

Responses

OK

Loading...