Redeploy with New Version
openl_redeploy_projectRedeploy an existing deployment with a new project version or rollback to a previous version to update live rules or fix issues.
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 |
|---|---|---|---|
| comment | No | Commit comment describing the change (e.g., 'Updated CA premium rates', 'Fixed calculation bug') | |
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| deploymentId | Yes | Deployment ID to redeploy (from list_deployments response) | |
| response_format | No | Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context | json |