Skip to content

Delete Environment

cloud9_delete_environment R Documentation

Deletes an Cloud9 development environment

Description

Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"

Usage

cloud9_delete_environment(environmentId)

Arguments

environmentId

[required] The ID of the environment to delete.

Value

An empty list.

Request syntax

svc$delete_environment(
  environmentId = "string"
)

Examples

## Not run: 
# 
svc$delete_environment(
  environmentId = "8d9967e2f0624182b74e7690ad69ebEX"
)

## End(Not run)