Skip to main content
DELETE
Delete a volume

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

volume_id
string
required

Id of the volume, as returned by create.

Pattern: ^vol_

Query Parameters

allow_missing
boolean
default:false

Return success instead of 404 when the volume is already gone.

Response

The deleted volume.

volume_id
string
required

Id to pass when mounting the volume.

name
string
required

Name of the volume.

backend
string
required

Storage type of the volume.

status
string
required

Current state of the volume: ready once it can be mounted, and deleted once it has been removed.

created_at
string<date-time>

When the volume was created.

updated_at
string<date-time>

When the volume last changed.