Deployments
| Tool | Permission | Purpose |
|---|---|---|
list_deployments | read | List queued, in-progress, or application deployment history. |
get_deployment | read | Inspect one deployment; build logs are not returned. |
deploy | deploy | Queue an application deployment by UUID. Supports force rebuild and preview IDs. |
cancel_deployment | deploy | Cancel a queued or in-progress deployment. |
control | deploy | Start, stop, or restart an application, database, or service. stop requires confirm=true. |
Follow Security before granting deploy.
