Delete Service Environment
| batch_delete_service_environment | R Documentation |
Deletes a Service environment¶
Description¶
Deletes a Service environment. Before you can delete a service
environment, you must first set its state to DISABLED with the
update_service_environment API operation and disassociate it from any
job queues with the update_job_queue API operation.
Usage¶
batch_delete_service_environment(serviceEnvironment)
Arguments¶
serviceEnvironment |
[required] The name or ARN of the service environment to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_service_environment(
serviceEnvironment = "string"
)