Commit 44b2d04
committed
说清楚终止是到期生效,并给出撤销的确切路径
用户担心「终止」会立即停机。查了官方文档,不会:
「The termination of an OVHcloud service implies that it will be permanently
discontinued at the end of the current subscription」——到当期订阅结束才生效。
立即释放资源是另一个独立端点 /services/{id}/terminate/skipRetentionPeriod
(描述:Immediately release the resources),本项目全代码没有任何地方调用它,
也没有调用 DELETE /services/{id}。实际只会打两个端点:/terminate 与
/confirmTermination。
对话框现在写明两件事:到期前照常运行、以及反悔怎么办 ——
OVH 控制台 My offers and services → 服务右侧 ... → Stop cancellation of service,
撤销立即生效。上一版只说了「本控制台无法撤销」却没告诉用户去哪撤,不够。1 parent 36c9e1f commit 44b2d04
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
| |||
0 commit comments