openl Redeploy Project
openl_redeploy_projectRedeploy an existing deployment by specifying the deployment and project IDs to update to a newer version or rollback to a previous version.
Instructions
Redeploy an existing deployment with a new project version. Use this to update a deployment with a newer version of the project or rollback to a previous version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentId | Yes | Deployment ID to redeploy (from list_deployments response) | |
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| comment | No | Commit comment describing the change (e.g., 'Updated CA premium rates', 'Fixed calculation bug') | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |