Create checkpoint
checkpoint_createCreate labeled checkpoints to mark progress in a workspace by recording metadata for an existing snapshot.
Instructions
Record a named checkpoint for an existing snapshot id. This creates metadata only; restore is not implemented and snapshot existence is not validated yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | ||
| snapshotId | Yes | ||
| label | Yes | ||
| taskId | No | ||
| reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpointId | Yes | ||
| workspaceId | Yes | ||
| taskId | No | ||
| snapshotId | Yes | ||
| label | Yes | ||
| reason | No | ||
| createdAt | Yes |