---
title: "Deactivate a Service Fabric cluster node with the specified deactivation intent."
method: POST
path: "/Nodes/{nodeName}/$/Deactivate"
tags: ["Node"]
---

# Deactivate a Service Fabric cluster node with the specified deactivation intent.

`POST /Nodes/{nodeName}/$/Deactivate`

Deactivate a Service Fabric cluster node with the specified deactivation intent. Once the deactivation is in progress, the deactivation intent can be increased, but not decreased (for example, a node that is deactivated with the Pause intent can be deactivated further with Restart, but not the other way around. Nodes may be reactivated using the Activate a node operation any time after they are deactivated. If the deactivation is not complete, this will cancel the deactivation. A node that goes down and comes back up while deactivated will still need to be reactivated before services will be placed on that node.

## Path parameters

- `nodeName` string, required

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Request body

- DeactivationIntentDescription — Describes the intent or reason for deactivating the node.
  - `DeactivationIntent` 'Pause' | 'Restart' | 'RemoveData' — Describes the intent or reason for deactivating the node. The possible values are following.

## Response `200`

A successful operation will return 200 status code.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
