Interface ContainerPruneResponse

ContainerPruneResponse

interface ContainerPruneResponse {
    ContainersDeleted?: string[];
    SpaceReclaimed?: number;
}

Properties

ContainersDeleted?: string[]

Container IDs that were deleted

SpaceReclaimed?: number

Disk space reclaimed in bytes