update_cell
Update a runbook cell's content or execution target by specifying runbook and cell IDs. Change only provided fields to adjust code or target type.
Instructions
Update cell content or execution target. Only provided fields change.
Args: runbook_id: The parent runbook id. cell_id: The cell id to update. content: New cell content (leave None to keep current). target_type: New target type — 'k8s', 'ecs', 'ec2', or None. target_config: JSON string with new target config, or None to keep current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_id | Yes | ||
| content | No | ||
| runbook_id | Yes | ||
| target_type | No | ||
| target_config | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |