---
title: "Trigger cutoff processing"
method: PUT
path: "/trigger-cutoff"
tags: ["Operations"]
---

# Trigger cutoff processing

`PUT /trigger-cutoff`

Initiate cutoff processing for shards.

## Request body

- TriggerRequest
  - `shardNames` string[], required

## Response `200`

All specified shards have completed cutoff processing successfully.

- TriggerResponse
  - `Shards` object — A map of shards and any errors encountered during processing.

## Changes

- **2023-02-01** `23a9656832f2` — 2 breaking, 1 warning
  - added the new required request property `shardNames`
  - request body became required
  - removed the request property `ShardNames`
- **2022-07-01** `36a63af99208` — 1 info
  - api operation id `triggerCutoff` was added
- **2022-06-30** `aad13170091f` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2022-06-30** `9461284c962f` — 1 breaking, 1 warning, 3 info
  - removed the media type `application/json` for the response with the status `200`
  - removed the request property `shardNames`
  - api operation id `triggerCutoff` removed and replaced with ``
  - added the new optional request property `ShardNames`
  - …1 more

[Change history](https://skmtc.dev/moov-io/apis/achgateway-api/changes/trigger-cutoff/put.md)

---

[API](https://skmtc.dev/moov-io/apis/achgateway-api.md) · [All operations](https://skmtc.dev/moov-io/apis/achgateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moov-io/achgateway-api/revisions/25218385da8c/schema)
