Skip to main content

Stop TAS Droplets Ongoing Scan

POST 

/api/v32.04/tas-droplets/stop

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

Stops the ongoing scan of TAS Droplets.

cURL Request

Refer to the following cURL command:

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

Responses

OK

Loading...