> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infragrid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Publish a Runbook

> Publish a reviewed Runbook revision for execution.

Requires `runbooks:write`.

<ParamField path="runbook_id" type="string" required>
  Stable Runbook identifier.
</ParamField>

<ParamField body="expectedVersion" type="integer">
  Optional optimistic version check. A stale value returns `409`.
</ParamField>

Publishing creates an immutable revision. Only published revisions can run.


## Related topics

- [Authentication](/authentication.md)
- [TypeScript SDK](/sdks/typescript.md)
- [API overview](/reference/overview.md)
- [Quickstart](/get-started/quickstart.md)
- [Python SDK](/sdks/python.md)
