---
title: "Suspend the given pnr."
method: POST
path: "/v3/trips/{tripId}/pnrs/{pnrId}/suspend"
tags: ["Trip PNRs"]
---

# Suspend the given pnr.

`POST /v3/trips/{tripId}/pnrs/{pnrId}/suspend`

This endpoint suspends the PNR, transitioning it into a read-only state.
Once suspended, updates via OBT will be restricted.
This API serves various use cases, such as price optimization and rebooking.

## Request body

- SuspendRequest — Request object to suspend a Pnr.
  - `reason` 'AIR_PRICE_OPTIMIZATION' | 'EXCHANGE' | 'GDS_EXCHANGE' | 'PRICE_OPTIMIZATION', required — Reason for suspending the pnr

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/trip-api.md) · [All operations](https://skmtc.net/spotnana/apis/trip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/trip-api/revisions/ccddd94cdc01/schema)
