DetachDisks
1. API Description
This API is used to detach one or more disks from an instance.
2. Input Parameters
The following request parameter list only provides API request parameters.
diskIds
Yes
Array of String
ID list of disks to be detached.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4. Code Example
Detach one or more disks from an instance.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
400
INVALID_DISK_NOT_PORTABLE
Disk does not detachable.
400
UNSUPPORTED_OPERATION_DISK_STATUS
Operations on the disk with current status are not supported.
400
UNSUPPORTED_OPERATION_INSTANCE_STATUS
Operations on the instance with current status are not supported.
400
UNSUPPORTED_OPERATION_DISK_SYSTEM_TYPE
Only operations on data disks are supported.
400
UNSUPPORTED_OPERATION_DISK_NO_ATTACH
Disk is not attached to any instance.
400
UNSUPPORTED_OPERATION_DISK_BELONG_MULTIPLE_INSTANCE
Disks are attached to different instances.
Last updated