Skip to main content

Stop VM Image Scan

POST 

/api/v32.04/vms/stop

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

Stops the current VM image scan.

Note: It might take a few minutes for the scan to stop completely.

cURL Request

Refer to the following example cURL command that forces Prisma Cloud to stop scanning all VM images:

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

Responses

OK

Loading...