> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/payments/triggers/edit.md).

# Edit a trigger

**Where:** Payments → Triggers → trigger → Edit · `/projects/<project>/payments/triggers/<triggerId>/edit`

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **02-triggers**.
{% endhint %}

The same form as [Create a payment trigger](/cloud/payments/triggers/new.md), loaded with the saved trigger. The **Edit Trigger** header adds:

* a copyable trigger id, and
* an actions menu with **Enable** / **Disable**, **Delete trigger...**, and **See documentation**.

A disabled trigger shows the warning "Trigger is disabled, but you can still edit it." — your changes are kept and take effect when you enable it again.

## Use it from code

[Payments → Triggers](/sdks-and-cli/payments/triggers.md)

## API reference

Endpoints: [Save Payments Trigger](/api-reference/payments/triggers/save-payments-trigger.md).
