---
title: "Update voucher status"
method: PUT
path: "/vouchers/{id}/status"
tags: ["Vouchers"]
---

# Update voucher status

`PUT /vouchers/{id}/status`

## Overview

Quickly activate or deactivate a voucher without updating other fields. Perfect for temporarily disabling vouchers.

## When to Use

- **Temporary disable** - Deactivate vouchers without deleting them
- **Reactivate vouchers** - Turn inactive vouchers back on
- **Status management** - Quickly toggle voucher availability

## What You Get

- **Confirmation** - Success message confirming status change
- **Updated status** - Voucher status changed to active or inactive

## Quick Start

Provide the voucher ID and the new `status` ("active" or "inactive"). Returns confirmation of the status update.

## Path parameters

- `id` integer, required

## Request body

- object
  - `status` 'active' | 'inactive', required — New status of the voucher

## Response `200`

Voucher status updated successfully

---

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