create_checkpoint
Save a checkpoint for a mission to enable reverting to that state if issues arise.
Instructions
Create a checkpoint for a mission (rollback point).
Args: mission_id: Mission to checkpoint. label: Human-readable label. metadata: JSON string of additional metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| metadata | No | ||
| mission_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |