Deploy the current draft variation
Promotes the latest draft variation to active. First deploy enables the agent schedule; subsequent deploys preserve isEnabled. The response contains the post-deploy agent and a server-side deployedAt timestamp. Downstream side effects (git push, Temporal schedule update, Slack notification) run best-effort and never roll back the pointer flip.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric agent id.
42
Body
SHA the SPA last saw the remote file at; lets the user force-push past a previous drift by acknowledging the version they are overwriting. Empty string is treated as absent.
200"a1b2c3d4e5f607890123456789abcdef01234567"