abort-actor-run
Cancel an in-progress Actor run using its run ID. Choose graceful abort with a 30-second timeout to allow finalization, then get updated run details.
Instructions
Abort an Actor run that is currently starting or running. Results include the updated run details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The ID of the Actor run to abort. | |
| gracefully | No | If true, aborts gracefully with a 30-second timeout. |