redeploy
Trigger a new deployment of an existing server.
Triggers a new deployment of an existing server by serverId, the MCP equivalent of the dashboard's Redeploy button.
Use this when the user identified a specific existing server. For deploying a GitHub repository or the current project; use deploy instead.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | Organization that owns the server. From list_organizations. |
serverId | string | Yes | The server to deploy. From list_servers. |
branch | string | No | Branch to deploy. Defaults to the server's production branch. |
Returns
The created deployment with action: "redeployed_existing_server". Follow its progress with get_deployment and get_deployment_build_logs.