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

ParameterTypeRequiredDescription
organizationIdstringYesOrganization that owns the server. From list_organizations.
serverIdstringYesThe server to deploy. From list_servers.
branchstringNoBranch 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.

On this page