DestroyPort
DestroyPort
Last updated
DestroyPort
Last updated
This API is used to release a port.
Before releasing a port, you can call DescribePorts
to query port list.
Note
This operation is irreversible. Once the operation is successful, the port will be completely released. Please operate with caution.
Only operations on ports in recycle bin are supported.
This API is an async API. A request ID is returned after the release request is sent. However, it does not mean the releasing has been completed. The status of the port will be DESTROYING
during the releasing. You can use DescribePorts
to query the status of the port. If the status of the port changes DESTROYING
to DESTROYED
, it means that the port has been released successfully. Any operations on the port are not allowed while releasing.
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Release a port.
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
portId
Yes
String
Port ID.
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
7105
SELF_SERVICE_PORT_NOT_FOUND
Port not found.