cURL
curl --request DELETE \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/network/process/{pid}/monitor \ --header 'Authorization: Bearer <token>'
{}
Stop monitoring for new ports opened by a process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Process ID
Object containing PID and success message
The response is of type object.
object
Was this page helpful?