Skip to main content

Stop a Registry Scan

POST 

/api/v32.04/registry/stop

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

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

Loading...