mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 10:03:53 +08:00
14 lines
316 B
YAML
14 lines
316 B
YAML
post:
|
|
summary: 解绑弹性EIP
|
|
parameters:
|
|
- $ref: "../parameters/elasticip.yaml#/elasticipId"
|
|
- $ref: "../parameters/elasticip.yaml#/auto_delete"
|
|
responses:
|
|
200:
|
|
description: 弹性IP信息
|
|
schema:
|
|
$ref: "../schemas/elasticip.yaml#/ElasticIpResponse"
|
|
|
|
tags:
|
|
- elasticips
|