Cancel Spot Fleet Requests

GET {{aws_ec2_base_url}}/?DryRun&SpotFleetRequestId.N&TerminateInstances&Action=CancelSpotFleetRequests

Cancels the specified Spot Fleet requests.

Request Params

KeyDatatypeRequiredDescription
DryRunnullChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
SpotFleetRequestId.NnullThe IDs of the Spot Fleet requests.
TerminateInstancesnullIndicates whether to terminate instances for a Spot Fleet request if it is canceled successfully.
Actionstring