v1
latestSwagger 2.02026-07-17163756.2 KBcommands
Cancel commands
Cancels commands that are currently in progress. Can cancel either the most recent command or commands matching a query.
post/commands/cancel
Query parameters
querystring
Optional query string to select commands to cancel. If not provided, cancels the most recent command.
forceboolean
If true, abandon in-progress work and drive the command to a terminal 'Canceled' state immediately instead of waiting for in-progress resources to finish. Defaults to false.
Headers
Client-IDstring required
Unique identifier for the client.
Response
Accepted: Commands are being canceled.