---
title: "Sets the ACLs that control who can manage the running environments belonging to the given owner"
method: PUT
path: "/running/{owner}/acls"
tags: ["running"]
---

# Sets the ACLs that control who can manage the running environments belonging to the given owner

`PUT /running/{owner}/acls`

## Path parameters

- `owner` string, required

## Request body

- ACLS
  - `read` ACLInfo
    - `allowed` string[]
    - `forbidden` string[]
    - `additionalProperties` object
  - `write` ACLInfo
    - `allowed` string[]
    - `forbidden` string[]
    - `additionalProperties` object
  - `admin` ACLInfo
    - `allowed` string[]
    - `forbidden` string[]
    - `additionalProperties` object
  - `additionalProperties` object

## Response `204`

ACLs were successfully updated

## Other responses

- `403` — User does not have permission to manage running environment ACLs with the given owner

---

[API](https://skmtc.dev/determined-ai/apis/launcher-api.md) · [All operations](https://skmtc.dev/determined-ai/apis/launcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/determined-ai/launcher-api/revisions/33885ccfb9ac/schema)
