--- layout: "api" page_title: "Runs API" sidebar_current: "docs-enterprise-api-runs" description: |- Runs in Terraform Enterprise represents a two step Terraform plan and a subsequent apply. --- # Runs API Runs in Terraform Enterprise represents a two step Terraform plan and a subsequent apply. Runs are queued under [environments](/docs/enterprise/api/environments.html) and require a two-step confirmation workflow. However, environments can be configured to auto-apply to avoid this. ### Run Attributes
Attribute | Description | Required |
---|---|---|
destroy |
If set to true , this run will be a destroy plan. |
No |