{{ define "settings" }}
Pausing the trigger will stop it from executing. This can be useful in cases of expected downtime. Or when the trigger is not needed anymore.
{{ if eq .Trigger.State "ACTIVE" }} Pause {{ else if eq .Trigger.State "PAUSED" }} Resume {{ end }}Permanently delete this trigger.
DeleteStatus | Created At | Duration | Note |
---|---|---|---|
{{ .Status }} | {{ .CreatedAt.Time.Format "2006-01-02 15:04:05" }} | { .Duration } | {{ .Note }} |