Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://atollhq.com/api/orgs/{id}/kpis/{kpiId}/http-syncs/{syncId}/disable \ --header 'Authorization: Bearer <token>'
{ "sync": { "id": "<string>", "config_hash": "<string>", "config_version": 123 } }
Human-admin-only. Disable a sync and clear scheduled execution.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
id identifier
kpiId identifier
syncId identifier
Successful response
Show child attributes