killDockerWorkerContainers {ManagedCloudProvider}R Documentation

Kill the worker container

Description

Kill the worker container. The worker handles are unique. If multiple workers share the same instance, all workers in the same container should be killed. There is no default method for this generic.

Usage

killDockerWorkerContainers(provider, cluster, workerHandles, verbose)

## S4 method for signature 'DummyManagedProvider'
killDockerWorkerContainers(provider, cluster, workerHandles, verbose)

Arguments

provider

S4 CloudProvider object. The service provider.

cluster

S4 DockerCluster object.

workerHandles

Character(n). A character vector of unique instance handles.

verbose

Integer. The verbose level, default 1.

Value

A logical vector indicating whether the killing operation is successful for each instance

Functions


[Package ManagedCloudProvider version 1.0.0 Index]