---
title: "Triggers a follower node to initiate the raft voting process, which triggers leader re-election."
method: POST
path: "/operations/vote"
tags: ["operations"]
---

# Triggers a follower node to initiate the raft voting process, which triggers leader re-election.

`POST /operations/vote`

Triggers a follower node to initiate the raft voting process, which triggers leader re-election. The follower node that you run this operation against will become the new leader, once this command succeeds.

## Response `200`

Re-election is performed.

- SuccessStatus
  - `success` boolean, required

---

[API](https://skmtc.dev/typesense/apis/typesense-api.md) · [All operations](https://skmtc.dev/typesense/apis/typesense-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/typesense/typesense-api/revisions/1d9b3b61638e/schema)
