v34

latestOpenAPI 3.1.0AGPL-3.0-onlyraw.githubusercontent.com2026-08-018932140.9 KB
Webhooks

Update webhook

Updates webhook configuration. Requires admin role.

put/api/webhooks/{id}

Path parameters

idinteger required

Numeric resource ID.

Request body

namestring
stack_namestring
action'deploy' | 'restart' | 'stop' | 'start' | 'pull' | 'git-pull'
enabledboolean
node_idinteger

Retarget the webhook to a different node.

Response

Webhook updated.

successboolean required

Example response

{
  "success": true
}