cancelCluster

Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.

Samples


fun main() { 
   //sampleStart 
   // This operation cancels a cluster job. You can only cancel a cluster job while it s in the
// AwaitingQuorum status.
snowballClient.cancelCluster {
    clusterId = "CID123e4567-e89b-12d3-a456-426655440000"
} 
   //sampleEnd
}