---
title: "Creates/updates a credential that the Dispatch Centre can use to launch environments on behalf of the user"
method: PUT
path: "/launch/credentials/{owner}/{name}"
tags: ["launch"]
---

# Creates/updates a credential that the Dispatch Centre can use to launch environments on behalf of the user

`PUT /launch/credentials/{owner}/{name}`

## Path parameters

- `owner` string, required
- `name` string, required

## Response `201`

Credential was created/updated

## Other responses

- `403` — User does not have permission to manage credentials for the given owner
- `500` — Could not add credential

---

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