---
title: "Bulk update monitoring workflow status"
method: PUT
path: "/monitoring-workflows/bulk/status"
tags: ["MonitoringWorkflow"]
---

# Bulk update monitoring workflow status

`PUT /monitoring-workflows/bulk/status`

Updates the monitoring status of multiple workflows to the specified status

## Headers

- `tenant-id` string, required

## Request body

- BulkUpdateMonitoringWorkflowStatusRequest — Request to update status of multiple monitoring workflows
  - `workflowIds` string[], required — List of monitoring workflow IDs to update
  - `workflowStatus` string, required — The new workflow status
  - `description` string, required — Description for the timeline event

## Response `200`

Bulk status update completed (may include partial failures)

- BulkUpdateMonitoringWorkflowStatusResponse — Response for bulk monitoring workflow status update
  - `totalCount` integer — Total number of workflows processed
  - `successCount` integer — Number of successfully updated workflows
  - `failureCount` integer — Number of failed updates
  - `successfulWorkflowIds` string[] — List of successfully updated workflow IDs
  - `failures` WorkflowUpdateFailure[] — List of failed workflow IDs with error messages
    - `workflowId` string — Workflow ID that failed to update
    - `errorMessage` string — Error message describing the failure

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
