---
title: "Update Notification Policy"
method: PUT
path: "/notificationCenter/policy/{policyId}"
tags: ["Notification Center Service"]
---

# Update Notification Policy

`PUT /notificationCenter/policy/{policyId}`

Update a notification policy (only for Compute policies). You can do a partial update of just the fields you want to.

## Parameters

- `#/paths/~1notificationCenter~1policy~1%7BpolicyId%7D/get/parameters/0` — unresolved $ref

## Request body

- object
  - `name` string — The name of the notification policy.
  - `description` string — A brief description of the notification policy. Can be null or not empty.
  - `subscriptions` Subscriptions — unresolved $ref
  - `registeredUsers` RegisteredUsers — unresolved $ref
  - `isActive` boolean
  - `computePolicyConfig` ComputePolicyConfig — unresolved $ref

## Response `200`

Ok

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
