release_slot
Release a capacity slot from the cross-process ledger by admission ID. Idempotent: returns released:false with ok:true for unknown or already-released IDs.
Instructions
Release a capacity slot in the cross-process slot ledger for a given admission_id. Best-effort and idempotent: an unknown or already-released admission returns released:false with ok:true. The board calls this when a workflow step closes so the slot frees immediately instead of waiting for the dead-pid sweep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| admission_id | Yes | The board-minted admission id whose ledger slot should be released. |