Synthetics
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.