Skip to main content

Stop a Registry Scan

POST 

/api/v33.03/registry/stop

x-prisma-cloud-target-env: {"permission":"monitorImages"}

Stops current registry scan immediately.

cURL Request

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

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

Responses

OK

Copy contents of documentation as Markdown format for AI usage