Skip to content

Stop Service Deployment

ecs_stop_service_deployment R Documentation

Stops an ongoing service deployment

Description

Stops an ongoing service deployment.

StopServiceDeployment isn't currently supported.

Usage

ecs_stop_service_deployment(serviceDeploymentArn, stopType)

Arguments

serviceDeploymentArn

[required] The ARN of the service deployment that you want to stop.

stopType

How you want Amazon ECS to stop the service.

The ROLLBACK and ABORT stopType aren't supported.

Value

A list with the following syntax:

list(
  serviceDeploymentArn = "string"
)

Request syntax

svc$stop_service_deployment(
  serviceDeploymentArn = "string",
  stopType = "ABORT"|"ROLLBACK"
)