3.43.4. Delete volume attachment

 
MethodURIDescription
DELETE/v2/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id}

Deletes the specified volume attachment from a specified server.

Normal response codes: 202

Error response codes: computeFault (400, 500, ), serviceUnavailable (503), badRequest (400), unauthorized (401), forbidden (403), badMethod (405), overLimit (413), itemNotFound (404), badMediaType (415), buildInProgress (409)

 3.43.4.1. Request

This table shows the URI parameters for the delete volume attachment request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

{server_id}

​U​U​ID

The UUID for the server of interest to you.

{attachment_id}

​String

Volume attachment ID.

This operation does not require a request body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...