Retry¶
Retry a previously recorded operation by its ID. Use
wb_status()to discover recent/pending operations after a timeout. Operations with retry_policy='manual' cannot be auto-retried. Operations with an active execution lease will be refused to prevent double-dispatch.
MCP name: retry
Category: operations
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
operation_id |
str |
Yes | The operation ID from a wb_run response or wb_status output |