This method stops the monitoring process for a given project and its related pipelines.
HTTP Request
- Supported Method: PUT
/api/v1/projects/stop-monitoring/{projectId} - Parameter name: projectId - string value. For example, "1ABCtest"Note: This parameter is required.
- Parameter content type - Both request body data and response data are formatted as JSON. Content type for responses will always be
application/json.
Code example
You can use cURL to execute the call. For example,
curl 'http://localhost:8026/api/v1/projects/stop-monitoring/1ABCtest'
-H "Content-Type: application/json"
-X PUTPostman works the same way. For example,
"url": http://localhost:8026/api/v1/projects/stop-monitoring/1ABCtestResponse Fields
Code 200 - OK
| Response Element | Type | Description |
| createdAt | string | |
| id | string | |
| message | string | |
| result | string | |
| success | boolean | |
| version | string |