{{ define "settings" }}
Pausing the hook will stop it from executing. This can be useful in cases of expected downtime. Or when the hook is not needed anymore.
{{ if eq .Hook.State "ACTIVE" }} Pause {{ else if eq .Hook.State "PAUSED" }} Resume {{ end }}Permanently delete this hook.
DeleteHook ID | Status | Started At | Ended At | Duration | Note | |
---|---|---|---|---|---|---|
{{ .HookId }} | {{ .Status }}... | {{ .StartTime.Format "2006-01-02 15:04:05" }} | ||||
{{ .HookId }} | {{ .Status }} | {{ .WorkerGroupName }} | {{ .StartTime.Format "2006-01-02 15:04:05" }} | {{ .EndTime.Format "2006-01-02 15:04:05" }} | {{ DurationRoundMillisecond .Duration }} | {{ .Note }} |