Tool
deployment_environment_reconcile
Re-emit the provision or deprovision workflow for an environment, with optional force-finalizer-strip on deprovision
Re-emit the provision or deprovision workflow for an environment, with optional force-finalizer-strip on deprovision
Behavior
- HTTP
POST /deployment/environments/:id/reconcile
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | No description in the catalog. |
| force | boolean | — | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| name | string | • | |
| slug | string | • | |
| type | string | • | |
| status | string | • | |
| prBranch | string | • | |
| prNumber | integer | • | |
| createdAt | string | • | |
| expiresAt | string | • | |
| updatedAt | string | • | |
| isProduction | boolean | • | |
| lastErrorMessage | string | • | |
| baseEnvironmentId | string | • |
Try it
Re-emit the provision or deprovision workflow for an environment, with optional force-finalizer-strip on deprovision.