Trigger deploy
deployDeploy an application by UUID or tag. Set wait=true to poll until deployments finish, fail, or cancel; failure logs are returned to help diagnose issues.
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 |