---
title: "Container Rentals Update"
method: PATCH
path: "/v1/containers/{container_id}"
tags: ["GPU Rentals"]
---

# Container Rentals Update

`PATCH /v1/containers/{container_id}`

## Path parameters

- `container_id` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Request body

- ContainerRentalUpdateIn
  - `name` string, required — Container Name

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

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