---
title: "PUT /v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop"
method: PUT
path: "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop"
---

# PUT /v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop

`PUT /v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop`

Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.

## Path parameters

- `spaceName` string, required
- `projectName` string, required
- `id` string, required

## Response `200`

Success

- StopDevEnvironmentResponse
  - `spaceName` string, required — The name of the space.
  - `projectName` string, required — The name of the project in the space.
  - `id` string, required — The system-generated unique ID of the Dev Environment.
  - `status` 'PENDING' | 'RUNNING' | 'STARTING' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'DELETING' | 'DELETED', required — The status of the Dev Environment.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ServiceQuotaExceededException
- `484` — ResourceNotFoundException
- `485` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/codecatalyst.md) · [All operations](https://skmtc.net/aws/apis/codecatalyst/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/codecatalyst/versions/b82f5a10dc49/schema)
