# Cybus::Volume

A volume represents a storage space and can be associated to [containers](/1-8-0/documentation/services/service-commissioning-files/structure-of-service-commissioning-files/resources/cybus-container.md).

{% hint style="warning" %}
This feature is available only in *docker-compose* deployments, but not in *kubernetes* deployments of the Connectware. Using this in a *kubernetes* deployment will be refused with a suitable error message.
{% endhint %}

The life-time of the storage volume is as follows: If it does not exist upon enabling the service, the volume will be newly created by Connectware. Subsequently, it will neither be deleted nor truncated by Connectware, neither on disabling the service nor on any other occasion. It needs to be deleted manually. The idea is that it will stay between services being installed, enabled, disabled and removed.

Commissioning files can additionally specify *files* as [Cybus::File](/1-8-0/documentation/services/service-commissioning-files/structure-of-service-commissioning-files/resources/cybus-file.md) resources which should be created inside volumes.

## Example

{% code lineNumbers="true" %}

```yaml
myVolume:
    type: Cybus::Volume
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cybus.io/1-8-0/documentation/services/service-commissioning-files/structure-of-service-commissioning-files/resources/cybus-volume.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
