Stops the range deployment by finding the pid of the ansible process for the user and killing it.Use rangeID to specify which range to abort. If rangeID is not provided, the user's default range will be used. Use userID to abort a different user's range deployment (admins only).
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
Query Params
Responses
🟢201Created
range deploy aborted
This response does not have a body.
🟠400Bad Request
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://mock.apidog.com/m1/1126461-0-default/range/abort?rangeID&userID' \
--header'X-API-KEY: <api-key>'