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

View source: R/ssm_operations.R

ssm_cancel_commandR Documentation

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.

See https://www.paws-r-sdk.com/docs/ssm_cancel_command/ for full documentation.

Usage

ssm_cancel_command(CommandId, InstanceIds = NULL)

Arguments

CommandId

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

InstanceIds

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.