Skip to main content
DocumentationProduction deployment

Guides

Deploy to production

Promote a reviewed Arcwell configuration with explicit health checks, rollback points, and audit records.

Arc Runtime 3.xUpdated Jul 18, 2026

Prepare the environment

  • Use a dedicated production workspace.
  • Store access keys in the deployment platform's secret store.
  • Set retention before accepting customer events.
  • Assign at least two workspace owners.

Plan and apply

shell
arcctl validate
arcctl plan --environment production --out arc.plan
arcctl apply arc.plan --require-review

Verify delivery

CheckPassing conditionAction on failure
Runtime healthAll partitions readyStop rollout
Delivery lagBelow 30 secondsScale workers
Quarantine rateBelow 0.5 percentInspect handler
On this page
  1. Prepare the environment
  2. Plan and apply
  3. Verify delivery