---
title: "Update Trigger"
method: PUT
path: "/v1/triggers/{trigger_id}"
---

# Update Trigger

`PUT /v1/triggers/{trigger_id}`

Updates the trigger with the given ID

## Path parameters

- `trigger_id` string, required

## Request body

- UpdateTriggerV1Request
  - `cron_schedule` string, nullable
  - `suspend` boolean, nullable

## Response `200`

Successful Response

- UpdateTriggerV1Response
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
