Cancel Spot Fleet Requests
GET {{aws_ec2_base_url}}/?DryRun&SpotFleetRequestId.N&TerminateInstances&Action=CancelSpotFleetRequests
Cancels the specified Spot Fleet requests.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | Checks 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.N | null | The IDs of the Spot Fleet requests. | |
TerminateInstances | null | Indicates whether to terminate instances for a Spot Fleet request if it is canceled successfully. | |
Action | string |