mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-08 14:37:55 +08:00
11 lines
286 B
YAML
11 lines
286 B
YAML
post:
|
|
summary: 抹除数据库实例数据(不真正删除实例)
|
|
parameters:
|
|
- $ref: '../parameters/instance.yaml#/instanceId'
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '../schemas/instance.yaml#/InstanceResponse'
|
|
tags:
|
|
- instance |