Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

paws.management (version 0.1.12)

ssm_cancel_command: Attempts to cancel the command specified by the Command ID

Description

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

Usage

ssm_cancel_command(CommandId, InstanceIds)

Value

An empty list.

Arguments

CommandId

[required] The ID of the command you want to cancel.

InstanceIds

(Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.

Request syntax

svc$cancel_command(
  CommandId = "string",
  InstanceIds = list(
    "string"
  )
)