---
title: "Reactivate vulnerability monitoring"
method: POST
path: "/vulnerabilities/reactivate"
tags: ["Vulnerabilities"]
---

# Reactivate vulnerability monitoring

`POST /vulnerabilities/reactivate`

Reactivate vulnerabilities and resume Vanta monitoring.

## Request body

- object
  - `updates` object[], required — List of vulnerability IDs to reactivate.
    - `id` string, required — ID of the vulnerability to reactivate.

## Response `200`

Ok

- BulkResponse
  - `results` UpdateResponse[], required — List of results matching the length and order of the request
    - union
      - SuccessResponse
        - `id` string, required — Id of the record
        - `status` 'SUCCESS', required
      - NonSuccessResponse
        - `id` string, required — Id of the record
        - `status` 'ERROR', required
        - `message` string, required — Message an error message

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
