community.healthchecksio icon indicating copy to clipboard operation
community.healthchecksio copied to clipboard

Pause check not working, Error: Failed delete check <uuid> [HTTP 400]

Open ThomasTr opened this issue 7 months ago • 0 comments

SUMMARY

Trying to pause check with this task:

- name: Pause healtschecks.io check for download Feed"
  community.healthchecksio.checks:
    state: pause
    api_key: "{{ healthchecks_api_key.field.value }}"
    uuid: "{{ healthchecksio_download_feed.uuid }}"
  when: app_cron_disabled
  register: healthchecksio_download_feed_paused

Got error: Failed delete check [HTTP 400]

ISSUE TYPE
  • Bug Report
COMPONENT NAME
ANSIBLE VERSION
ansible [core 2.15.5]
COLLECTION VERSION
Collection               Version
------------------------ -------
community.healthchecksio 1.3.1  

ThomasTr avatar Dec 01 '23 16:12 ThomasTr