Error while pausing or enabling a site on Cloudflare using the API

For Workers & Pages, what is the name of the domain?

nerdsfeed com

What is the error number?

1019

What is the error message?

Zone is already paused

What is the issue or error you’re encountering

I wanted to enable or pause my site using the Cloudflare API, but it’s not working properly. For example, when the site is paused and I send paused: false, I get the message ‘Zone is already paused.’ Similarly, when the site is enabled and I send paused: True, it sometimes works, but often, I encounter the same error. The behavior is inconsistent and unreliable.

You might want to send a get method to find the current setting before doing pause and unpause.