---
title: "Update Asset"
method: POST
path: "/volc/asset/UpdateAsset"
---

# Update Asset

`POST /volc/asset/UpdateAsset`

Update asset information such as the asset name or group.

## Request body

- UpdateAssetRequest
  - `model` string — Model name. Default: `volc-asset`.
  - `Id` string, required — Asset ID to update.
  - `Name` string — New asset name.
  - `GroupId` string — Target asset group ID.

## Response `200`

Asset updated

- UpdateAssetResponse
  - `Id` string — Asset ID.
  - `Name` string — Updated asset name.
  - `GroupId` string — Asset group ID.
  - `UpdateTime` string — Update time.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/versions/edfc53e182a1/schema)
