mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
469 B
469 B
Cancel Inventory Update
Make a GET request to this resource to determine if the inventory update can be cancelled. The response will include the following field:
can_cancel: Indicates whether this update can be canceled (boolean, read-only)
Make a POST request to this resource to cancel a pending or running inventory update. The response status code will be 202 if successful, or 405 if the update cannot be canceled.
{% include "api/_new_in_awx.md" %}