Disable Action
Pauses an action so it stops running on its trigger or schedule.
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
^project_[a-z0-9]{20}$Path Parameters
Action identifier returned by POST /v1/actions.
^action_[a-z0-9]{20}$Response
Action disabled.
^action_[a-z0-9]{20}$Plain-text prompt, decoded from storage.
Cron specification carried on both the request and the response. A
field set to * matches every value.
Fires the action when content lands in the project. Mutually
exclusive with schedule.
Caller-supplied references the assistant may consult on this turn.
Tenancy (org, workspace, project) is derived from the
X-Project-Id header and is never carried here.
Email sent when a run completes.