Skip to main content

Stop Serverless Function Scan

POST 

/api/v30.00/serverless/stop

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

Stops the ongoing serverless scan.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-X POST \
https://<CONSOLE>/api/v<VERSION>/serverless/stop

Request

Responses

OK

Loading...