pause_survey
Temporarily stop new tasks from being served to an active survey without disrupting responses already in progress.
Instructions
Pause task serving for an active survey.
In-flight responses keep arriving; new tasks stop being served. The backend rejects with 400 if the survey is completed, failed, or already paused — the message will say which.
Args: job_id: The job ID returned by create_survey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |