Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
list_campaignsget_performancelist_adsget_ad_performancelist_change_eventsupdate_campaign_statusupdate_campaign_budget
adlyse-workflows
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-ads

pause_experiment

Pause a RUNNING experiment: its platform entities are paused, and on resume the measurement window extends by the paused stretch so the experiment still gets its full window.

Requires a user-bound credential (OAuth login or a personal API key). Organization API keys are anonymous and get error_type: "user_credential_required".

Parameters#

NameTypeRequiredDescription
experiment_idstringyesThe experiment id

Returns#

json
{
  "success": true,
  "experiment": { "id": "exp_abc123", "status": "paused", "paused_at": "2026-07-13T10:00:00+00:00" },
  "source": "adlyse.experiments@v1"
}

Errors#

error_typeWhen
auth_errorMissing / invalid credential
user_credential_requiredCalled with an organization API key
not_foundNo experiment with that id in your org
invalid_stateThe experiment isn’t running