---
title: "Returns the rotation status of a Kubernetes node pool in the project."
method: GET
path: "/projects/{project_id}/kubernetes/nodepools/{node_pool_id}/rotate"
tags: ["Kubernetes Node Pools"]
---

# Returns the rotation status of a Kubernetes node pool in the project.

`GET /projects/{project_id}/kubernetes/nodepools/{node_pool_id}/rotate`

## Path parameters

- `project_id` string, required
- `node_pool_id` string, required

## Response `200`

- KubernetesGetNodePoolRotateStatusResponse
  - `out_of_sync_instances` string[], required — IDs of instances that are out of sync with the node pool configuration.
  - `state` string, required — Current rotation state of the node pool.

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.dev/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.dev/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
