v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSynthetics
Pause or start a test
Pause or start a Synthetic test by changing the status.
put/api/v1/synthetics/tests/{public_id}/status
Path parameters
public_idstring required
The public ID of the Synthetic test to update.
Request body
Example request
{
"new_status": "live"
}Response
OK - Returns a boolean indicating if the update was successful.
boolean required