Skip to main content
POST
/
v1
/
watches
/
{id}
/
pause
curl -X POST "https://api.signa.so/v1/watches/wat_01HK7M.../pause" \
  -H "Authorization: Bearer $SIGNA_API_KEY"

Documentation Index

Fetch the complete documentation index at: https://docs.signa.so/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Watch ID (wat_*).

Response

Returns the updated Watch with status: "paused".

Notes

Pausing preserves the watch row and history. The evaluator skips paused watches on each sync. Resume with POST /v1/watches/{id}/resume.
curl -X POST "https://api.signa.so/v1/watches/wat_01HK7M.../pause" \
  -H "Authorization: Bearer $SIGNA_API_KEY"