Trigger deploy
deployTrigger application builds by UUID or tag. Use wait mode to get terminal status and failure log tails for debugging.
Instructions
Trigger a deployment for an application by UUID or tag. With wait=true, polls until every triggered deployment reaches a terminal status (finished/failed/cancelled) and returns a log tail for failures — raise your MCP client's tool timeout when waiting on long builds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr | No | ||
| tag | No | ||
| uuid | No | ||
| wait | No | Poll until the deployment finishes instead of returning immediately | |
| force | No | ||
| docker_tag | No | ||
| pull_request_id | No | ||
| timeout_seconds | No |