bernstein_shutdown_orchestrator
Shuts down the entire orchestrator for a project, terminating all runs and workers gracefully. Use to stop the whole system, not a single task.
Instructions
Shut down the ENTIRE Bernstein orchestrator for this project - every
run, every worker - not one task; to stop a single run and keep the
orchestrator alive, use bernstein_cancel instead.
Writes .sdd/runtime/signals/SHUTDOWN in the project directory,
which the orchestrator detects and shuts down gracefully.
Args: workdir: Project root directory (default: current directory).
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workdir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |