dsdk / v1.47 / ContainerDeleteData
Type Alias: ContainerDeleteData ​
ContainerDeleteData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
path | object | - |
path.id | string | ID or name of the container |
query ? | object | - |
query.force ? | boolean | If the container is running, kill it before removing it. |
query.link ? | boolean | Remove the specified link associated with the container. |
query.v ? | boolean | Remove anonymous volumes associated with the container. |