Docs/Cloud API/CI/CD Webhooks
REST API Reference

CI/CD Deploy Webhooks API

Trigger automated rolling redeployments directly from DockerHub, GitHub Actions, or GitLab pipelines using secret webhook URLs.

Trigger Redeployment


Webhook Deploy

Trigger container redeployment with secret webhook token.

Payload Example

{
  "tag": "v2.5.1",
  "commit_sha": "7a9b1c2"
}

Status Codes

  • Name
    200
    Type
    HTTP
    Description
    Redeployment triggered successfully.
  • Name
    404
    Type
    HTTP
    Description
    Invalid or revoked webhook token.
Request
POST/v1/cloud/webhooks/deploy/{token}
Response 200

We use cookies and similar technologies to measure traffic and improve the site. You can choose which categories to allow. Manage Preferences.