Sign in

Restart checks in bulk

documented

Restart multiple checks by ID in a single request.

POST /api/v1/checks/restart/Checksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.freshping.io/api/v1/checks/restart/" \
  -X POST \
  -u "{{$FRESHPING_API_KEY}}:{{$FRESHPING_SUBDOMAIN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"checks": {{$checks}}}'