# Apply Environment

Launch stage: Public Preview

`POST /api/2.0/pipelines/{pipeline_id}/environment/apply`

*
 Applies the current pipeline environment onto the pipeline compute. The environment applied can be used by subsequent
 dev-mode updates.

API scopes: pipelines

## Path parameters

- `pipeline_id` (string, optional)

## Response

```json
{}
```

