---
title: "Modify an existing OctopusServerNodeResource by ID"
method: PUT
path: "/octopusservernodes/{id}"
tags: ["OctopusServerNodes"]
---

# Modify an existing OctopusServerNodeResource by ID

`PUT /octopusservernodes/{id}`

Modifies an existing Octopus Server node.

## Path parameters

- `id` string, required

## Request body

- ModifyOctopusServerNodeCommand
  - `Id` string, required
  - `IsInMaintenanceMode` boolean
  - `MaxConcurrentTasks` integer

## Response `200`

Confirmation that the Octopus Server Node was modified, containing the new Node

- OctopusServerNodeResource
  - `Id` string
  - `IsInMaintenanceMode` boolean
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `Links` object
  - `MaxConcurrentTasks` integer
  - `Name` string

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/versions/bc9158facfc7/schema)
