Skip to content

Commit 94c4dd9

Browse files
authored
Merge pull request d-run#267 from windsonsea/serven
[en] Add service scale up/down/delete
2 parents 9f8139b + aa8f6ca commit 94c4dd9

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
155 KB
Loading
170 KB
Loading

docs/zh/docs/en/models/service.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,26 @@ async function getData() {
168168

169169
getData();
170170
```
171+
172+
## Scaling Up and Down
173+
174+
If you experience resource shortages or lag while using the model, you can scale up the model.
175+
176+
In the model service list, click **** on the right side, then select **Scale Up/Down** from the dropdown menu.
177+
178+
![Scaling Up/Down](./images/service03.png)
179+
180+
Enter the number of instances you want to add, such as 2, and click **OK** .
181+
182+
![Scaling Up/Down](./images/service05.png)
183+
184+
## Deletion
185+
186+
1. In the model service list, click **** on the right side, then select **Delete** from the dropdown menu.
187+
2. Enter the name of the model to be deleted, verify the details, and click **Delete**.
188+
189+
![Delete Service](./images/service04.png)
190+
191+
!!! caution
192+
193+
Once deleted, the model will stop running, and billing will cease.

0 commit comments

Comments
 (0)