---
title: "Update an orchestrator node."
method: PUT
path: "/api/v1/orchestrator/nodes/{id}"
tags: ["Orchestrator"]
---

# Update an orchestrator node.

`PUT /api/v1/orchestrator/nodes/{id}`

Update an orchestrator node.

## Path parameters

- `id` string, required

## Request body

- ApimodelsPutNodeRequest
  - `Action` string
  - `Message` string
  - `NodeID` string
  - `credential` ApimodelsHTTPCredential
    - `params` object — For authorization schemes that provide multiple values, a map of names to values providing the credential
    - `scheme` string — An HTTP authorization scheme, such as one registered with IANA https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml
    - `value` string — For authorization schemes that only provide a single value, such as Basic, the single string value providing the credential
  - `idempotencyToken` string
  - `namespace` string

## Response `200`

OK

- ApimodelsPutNodeResponse
  - `Error` string
  - `Success` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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