rca_model_update_status
Advance a model through its lifecycle stages from draft to deployed by updating its status.
Instructions
Advance a model through its lifecycle: draft → trained → validated → deployed.
Args: params (ModelStatusInput): model_id, new_status
Returns: str: JSON updated model spec
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |