---
title: "Resume a paused environment"
method: POST
path: "/projects/{projectId}/environments/{environmentId}/resume"
tags: ["Environment"]
---

# Resume a paused environment

`POST /projects/{projectId}/environments/{environmentId}/resume`

Resume a paused environment, restarting all services and applications.

Development environments that haven't been used for 14 days will be paused
automatically. They can be resumed via a redeployment or manually using this
endpoint or the CLI as described in the [public documentation](https://docs.upsun.com/anchors/environments/paused/).

## Path parameters

- `projectId` string, required
- `environmentId` string, required

## Response `default`

- AcceptedResponse
  - `status` string, required — The status text of the response
  - `code` integer, required — The status code of the response

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
