Stop the attack
DELETE {{gremlin_api}}/attacks/{{guid}}
Idempotently halt the specified active attack.
Review Gremlin API docs about creating, halting, and listing attacks and examples of creating attacks.
In our URL, we will include the path variable guid
of the attack initialized in the previous request.
When you run this folder in its entirety, this request to stop the attack will only execute if the server returned a 500 status code with the preceding request. You can review this logic under the Tests tab of the preceding request entitled Verify app health
.
](/assets/blogs/https://i.imgur.com/UPPy3bQ.png)
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Use a team-level Gremlin API key |