---
title: "Update envs"
method: POST
path: "/v1/projects/update-envs"
tags: ["Settings"]
---

# Update envs

`POST /v1/projects/update-envs`

update envs that user owns

## Request body

- UpdateEnvs
  - `project` string — The name of your app for update envs
  - `variables` object[] — The envs for update
    - `key` string — The name of your env
    - `value` string — The value of your env

## Response `200`

Successful operation

- object
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
