Skip to content

add scale up/down and delete to model-service #266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/zh/docs/models/images/service03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/zh/docs/models/images/service04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/zh/docs/models/images/service05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/zh/docs/models/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,26 @@ async function getData() {

getData();
```

## 扩缩容

如果在模型使用过程中,发现资源不足或出现卡顿现象,可以对模型扩容。

在模型服务列表中,点击右侧的 **┇** ,在弹出菜单中选择 **扩缩容**

![扩缩容](./images/service03.png)

输入要增加的实例数,比如 2 个后,点击确定。

![扩缩容](./images/service05.png)

## 删除

1. 在模型服务列表中,点击右侧的 **┇** ,在弹出菜单中选择 **删除**
1. 输入要删除的名称,确认无误后点击 **删除**

![删除服务](./images/service04.png)

!!! caution

删除后,模型将停止服务,并停止计费。
Loading