terminateInstance: Terminate an instance

View source: R/instances.R

terminateInstanceR Documentation

Terminate an instance

Description

Terminates the instance. WARNING: any block devices setup with deleteOnTermination = TRUE will be deleted and ALL data LOST! A termianted instance cannot be restarted.

Usage

terminateInstance(instance)

Arguments

instance

An instance objected created with launchInstance or getInstanceDescription.

Value

Invisibly returns the instance object.


whitwort/AWSTools documentation built on July 9, 2023, 2:56 a.m.