syn control
Control running executions
Control running executions
syn control cancel
Cancel a running or paused execution
syn control cancel <execution-id> [options]Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
execution-id | text | Yes | Execution ID to cancel |
Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--reason, -r | text | --- | Reason for cancelling |
--force, -f | boolean | false | Skip confirmation prompt |
syn control inject
Inject a message into a running execution
syn control inject <execution-id> [options]Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
execution-id | text | Yes | Execution ID |
Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--message, -m | text | --- | Message to inject |
syn control pause
Pause a running execution at the next yield point
syn control pause <execution-id> [options]Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
execution-id | text | Yes | Execution ID to pause |
Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--reason, -r | text | --- | Reason for pausing |
syn control resume
Resume a paused execution
syn control resume <execution-id>Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
execution-id | text | Yes | Execution ID to resume |
syn control status
Get current execution control state
syn control status <execution-id>Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
execution-id | text | Yes | Execution ID to check |
syn control stop
Forcefully stop a running execution via SIGINT
syn control stop <execution-id> [options]Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
execution-id | text | Yes | Execution ID to stop |
Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--reason, -r | text | --- | Reason for stopping |
--force, -f | boolean | false | Skip confirmation prompt |
Syntropic137 Docs v0.25.4 · Last updated March 2026